#67DDD4

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

Shades of Turquoise Blue #67DDD4

Tints of Turquoise Blue #67DDD4

Color information

#67DDD4 (or 0x67DDD4) is unknown color: approx Turquoise Blue. HEX triplet: 67, DD and D4. RGB value is (103,221,212). Sum of RGB (Red+Green+Blue) = 103+221+212=536 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.22% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DDD4 is #98222B. Grayscale: #B8B8B8. Windows color (decimal): -9970220 or 13950311. OLE color: 13950311.

HSL color Cylindrical-coordinate representation of color #67DDD4: hue angle of 175.42º 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 #67DDD4 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB103221212-
CMYK0.5300.040.13
HSL175.42º63.44%63.53%-
HSV(B)175.42º53.39%86.67%-
XYZ43.3359.3571.46-
YUV184.69143.4169.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.22%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 212 (83.20% from 255) = 39.55%
R=19.22%
G=41.23%
B=39.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1032212120.5300.040.13175.4263.4463.53
Hex67DDD43504Daf3f40
Octal14733532465041525777100
Binary1100111110111011101010011010101001101101011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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