#67E5D6

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

Shades of Turquoise Blue #67E5D6

Tints of Turquoise Blue #67E5D6

Color information

#67E5D6 (or 0x67E5D6) is unknown color: approx Turquoise Blue. HEX triplet: 67, E5 and D6. RGB value is (103,229,214). Sum of RGB (Red+Green+Blue) = 103+229+214=546 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.86% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #67E5D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67E5D6 is #981A29. Grayscale: #BDBDBD. Windows color (decimal): -9968170 or 14083431. OLE color: 14083431.

HSL color Cylindrical-coordinate representation of color #67E5D6: hue angle of 172.86º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67E5D6 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB103229214-
CMYK0.5500.070.10
HSL172.86º70.79%65.1%-
HSV(B)172.86º55.02%89.8%-
XYZ45.7563.7873.52-
YUV189.62141.7666.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.86%
GREEN value IS 229 (89.84% from 255) = 41.94%
BLUE value IS 214 (83.98% from 255) = 39.19%
R=18.86%
G=41.94%
B=39.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1032292140.5500.070.10172.8670.7965.1
Hex67E5D63707Aad4741
Octal147345326670712255107101
Binary11001111110010111010110110111011110101010110110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67E5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,229,214); }

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

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

 a { background-color: rgb(103,229,214); }

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

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

 span { border-color: rgb(103,229,214); }

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