#67D9DD

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

Shades of Turquoise Blue #67D9DD

Tints of Turquoise Blue #67D9DD

Color information

#67D9DD (or 0x67D9DD) is unknown color: approx Turquoise Blue. HEX triplet: 67, D9 and DD. RGB value is (103,217,221). Sum of RGB (Red+Green+Blue) = 103+217+221=541 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.04% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #67D9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D9DD is #982622. Grayscale: #B7B7B7. Windows color (decimal): -9971235 or 14539111. OLE color: 14539111.

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

Color convert

RGB103217221-
CMYK0.530.0200.13
HSL182.03º63.44%63.53%-
HSV(B)182.03º53.39%86.67%-
XYZ43.4657.7377.26-
YUV183.37149.2370.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.04%
GREEN value IS 217 (85.16% from 255) = 40.11%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=19.04%
G=40.11%
B=40.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1032172210.530.0200.13182.0363.4463.53
Hex67D9DD3520Db63f40
Octal14733133565201526677100
Binary110011111011001110111011101011001101101101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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