#67CCDB

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

Shades of Turquoise Blue #67CCDB

Tints of Turquoise Blue #67CCDB

Color information

#67CCDB (or 0x67CCDB) is unknown color: approx Turquoise Blue. HEX triplet: 67, CC and DB. RGB value is (103,204,219). Sum of RGB (Red+Green+Blue) = 103+204+219=526 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.58% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #67CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CCDB is #983324. Grayscale: #AFAFAF. Windows color (decimal): -9974565 or 14404711. OLE color: 14404711.

HSL color Cylindrical-coordinate representation of color #67CCDB: hue angle of 187.76º degrees, saturation: 0.62, 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 #67CCDB is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB103204219-
CMYK0.530.0700.14
HSL187.76º61.7%63.14%-
HSV(B)187.76º52.97%85.88%-
XYZ39.9751.1874.79-
YUV175.51152.5476.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.58%
GREEN value IS 204 (80.08% from 255) = 38.78%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=19.58%
G=38.78%
B=41.63%

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
Decimal1032042190.530.0700.14187.7661.763.14
Hex67CCDB3570Ebc3e3f
Octal1473143336570162747677
Binary110011111001100110110111101011110111010111100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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