#67DAD5

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

Shades of Turquoise Blue #67DAD5

Tints of Turquoise Blue #67DAD5

Color information

#67DAD5 (or 0x67DAD5) is unknown color: approx Turquoise Blue. HEX triplet: 67, DA and D5. RGB value is (103,218,213). Sum of RGB (Red+Green+Blue) = 103+218+213=534 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.29% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #67DAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DAD5 is #98252A. Grayscale: #B6B6B6. Windows color (decimal): -9970987 or 14015079. OLE color: 14015079.

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

Color convert

RGB103218213-
CMYK0.5300.020.15
HSL177.39º60.85%62.94%-
HSV(B)177.39º52.75%85.49%-
XYZ42.6857.8371.86-
YUV183.04144.970.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.29%
GREEN value IS 218 (85.55% from 255) = 40.82%
BLUE value IS 213 (83.59% from 255) = 39.89%
R=19.29%
G=40.82%
B=39.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1032182130.5300.020.15177.3960.8562.94
Hex67DAD53502Fb13d3f
Octal1473323256502172617577
Binary11001111101101011010101110101010111110110001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,218,213); }

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

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

 a { background-color: rgb(103,218,213); }

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

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

 span { border-color: rgb(103,218,213); }

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