#67E0EE

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

Shades of Turquoise Blue #67E0EE

Tints of Turquoise Blue #67E0EE

Color information

#67E0EE (or 0x67E0EE) is unknown color: approx Turquoise Blue. HEX triplet: 67, E0 and EE. RGB value is (103,224,238). Sum of RGB (Red+Green+Blue) = 103+224+238=565 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.23% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #67E0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67E0EE is #981F11. Grayscale: #BDBDBD. Windows color (decimal): -9969426 or 15655015. OLE color: 15655015.

HSL color Cylindrical-coordinate representation of color #67E0EE: hue angle of 186.22º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67E0EE is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB103224238-
CMYK0.570.0600.07
HSL186.22º79.88%66.86%-
HSV(B)186.22º56.72%93.33%-
XYZ47.6862.3790.41-
YUV189.42155.4166.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.23%
GREEN value IS 224 (87.89% from 255) = 39.65%
BLUE value IS 238 (93.36% from 255) = 42.12%
R=18.23%
G=39.65%
B=42.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1032242380.570.0600.07186.2279.8866.86
Hex67E0EE39607ba5043
Octal14734035671607272120103
Binary1100111111000001110111011100111001111011101010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67E0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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