#67CCDC

Color #67CCDC Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #67CCDC

Tints of Turquoise Blue #67CCDC

Color information

#67CCDC (or 0x67CCDC) is unknown color: approx Turquoise Blue. HEX triplet: 67, CC and DC. RGB value is (103,204,220). Sum of RGB (Red+Green+Blue) = 103+204+220=527 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.54% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #67CCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CCDC is #983323. Grayscale: #AFAFAF. Windows color (decimal): -9974564 or 14470247. OLE color: 14470247.

HSL color Cylindrical-coordinate representation of color #67CCDC: hue angle of 188.21º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67CCDC is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB103204220-
CMYK0.530.0700.14
HSL188.21º62.57%63.33%-
HSV(B)188.21º53.18%86.27%-
XYZ40.151.2475.49-
YUV175.62153.0476.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 19.54%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=19.54%
G=38.71%
B=41.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1032042200.530.0700.14188.2162.5763.33
Hex67CCDC3570Ebc3f3f
Octal1473143346570162747777
Binary110011111001100110111001101011110111010111100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67CCDC; }

 p { color: rgb(103,204,220); }

 H1.HeaderClassName
 {
   color: #67CCDC;
 }
 .AnyTagClassName
 {
   color: #67CCDC;
 }
</style>
background-color css

<style>
 a { background-color: #67CCDC; }

 a { background-color: rgb(103,204,220); }

 div.DivClassName
 {
   background-color: #67CCDC;
 }
 .BgClassName
 {
   background-color: #67CCDC;
 }
</style>
border-color css

<style>
 span { border-color: #67CCDC; }

 span { border-color: rgb(103,204,220); }

 td.TdClassName
 {
   border-color: #67CCDC;
 }
 .TagClassName
 {
   border-color: #67CCDC;
 }
</style>