#67CBD7

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

Shades of Turquoise Blue #67CBD7

Tints of Turquoise Blue #67CBD7

Color information

#67CBD7 (or 0x67CBD7) is unknown color: approx Turquoise Blue. HEX triplet: 67, CB and D7. RGB value is (103,203,215). Sum of RGB (Red+Green+Blue) = 103+203+215=521 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.77% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #67CBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CBD7 is #983428. Grayscale: #AEAEAE. Windows color (decimal): -9974825 or 14142311. OLE color: 14142311.

HSL color Cylindrical-coordinate representation of color #67CBD7: hue angle of 186.43º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67CBD7 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB103203215-
CMYK0.520.0600.16
HSL186.43º58.33%62.35%-
HSV(B)186.43º52.09%84.31%-
XYZ39.2250.571.97-
YUV174.47150.8777.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.77%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=19.77%
G=38.96%
B=41.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1032032150.520.0600.16186.4358.3362.35
Hex67CBD7346010ba3a3e
Octal1473133276460202727276
Binary1100111110010111101011111010011001000010111010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,203,215); }

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

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

 a { background-color: rgb(103,203,215); }

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

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

 span { border-color: rgb(103,203,215); }

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