#67E0EA

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

Shades of Turquoise Blue #67E0EA

Tints of Turquoise Blue #67E0EA

Color information

#67E0EA (or 0x67E0EA) is unknown color: approx Turquoise Blue. HEX triplet: 67, E0 and EA. RGB value is (103,224,234). Sum of RGB (Red+Green+Blue) = 103+224+234=561 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.36% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #67E0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67E0EA is #981F15. Grayscale: #BCBCBC. Windows color (decimal): -9969430 or 15392871. OLE color: 15392871.

HSL color Cylindrical-coordinate representation of color #67E0EA: hue angle of 184.58º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67E0EA is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB103224234-
CMYK0.560.0400.08
HSL184.58º75.72%66.08%-
HSV(B)184.58º55.98%91.76%-
XYZ47.162.1487.35-
YUV188.96153.4166.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.36%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=18.36%
G=39.93%
B=41.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1032242340.560.0400.08184.5875.7266.08
Hex67E0EA38408b94c42
Octal147340352704010271114102
Binary11001111110000011101010111000100010001011100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67E0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,224,234); }

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

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

 a { background-color: rgb(103,224,234); }

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

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

 span { border-color: rgb(103,224,234); }

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