#67D9DF

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

Shades of Turquoise Blue #67D9DF

Tints of Turquoise Blue #67D9DF

Color information

#67D9DF (or 0x67D9DF) is unknown color: approx Turquoise Blue. HEX triplet: 67, D9 and DF. RGB value is (103,217,223). Sum of RGB (Red+Green+Blue) = 103+217+223=543 (71% of max value = 765). Red value is 103 (40.62% from 255 or 18.97% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #67D9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D9DF is #982620. Grayscale: #B7B7B7. Windows color (decimal): -9971233 or 14670183. OLE color: 14670183.

HSL color Cylindrical-coordinate representation of color #67D9DF: hue angle of 183º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67D9DF is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB103217223-
CMYK0.540.0300.13
HSL183º65.22%63.92%-
HSV(B)183º53.81%87.45%-
XYZ43.7357.8478.67-
YUV183.6150.2370.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.97%
GREEN value IS 217 (85.16% from 255) = 39.96%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=18.97%
G=39.96%
B=41.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1032172230.540.0300.1318365.2263.92
Hex67D9DF3630Db74140
Octal147331337663015267101100
Binary1100111110110011101111111011011011011011011110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,217,223); }

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

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

 a { background-color: rgb(103,217,223); }

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

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

 span { border-color: rgb(103,217,223); }

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