#67E2DB

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

Shades of Turquoise Blue #67E2DB

Tints of Turquoise Blue #67E2DB

Color information

#67E2DB (or 0x67E2DB) is unknown color: approx Turquoise Blue. HEX triplet: 67, E2 and DB. RGB value is (103,226,219). Sum of RGB (Red+Green+Blue) = 103+226+219=548 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.80% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #67E2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67E2DB is #981D24. Grayscale: #BCBCBC. Windows color (decimal): -9968933 or 14410343. OLE color: 14410343.

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

Color convert

RGB103226219-
CMYK0.5400.030.11
HSL176.59º67.96%64.51%-
HSV(B)176.59º54.42%88.63%-
XYZ45.5862.3976.66-
YUV188.42145.2567.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.80%
GREEN value IS 226 (88.67% from 255) = 41.24%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=18.80%
G=41.24%
B=39.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1032262190.5400.030.11176.5967.9664.51
Hex67E2DB3603Bb14441
Octal147342333660313261104101
Binary1100111111000101101101111011001110111011000110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67E2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,226,219); }

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

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

 a { background-color: rgb(103,226,219); }

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

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

 span { border-color: rgb(103,226,219); }

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