#6EE2E4

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

Shades of Turquoise Blue #6EE2E4

Tints of Turquoise Blue #6EE2E4

Color information

#6EE2E4 (or 0x6EE2E4) is unknown color: approx Turquoise Blue. HEX triplet: 6E, E2 and E4. RGB value is (110,226,228). Sum of RGB (Red+Green+Blue) = 110+226+228=564 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.50% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #6EE2E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE2E4 is #911D1B. Grayscale: #BFBFBF. Windows color (decimal): -9510172 or 15000174. OLE color: 15000174.

HSL color Cylindrical-coordinate representation of color #6EE2E4: hue angle of 181.02º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE2E4 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB110226228-
CMYK0.520.0100.11
HSL181.02º68.6%66.27%-
HSV(B)181.02º51.75%89.41%-
XYZ47.6363.3183.11-
YUV191.54148.5769.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.50%
GREEN value IS 226 (88.67% from 255) = 40.07%
BLUE value IS 228 (89.45% from 255) = 40.43%
R=19.50%
G=40.07%
B=40.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1102262280.520.0100.11181.0268.666.27
Hex6EE2E43410Bb54542
Octal156342344641013265105102
Binary110111011100010111001001101001010111011010110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EE2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EE2E4; }

 p { color: rgb(110,226,228); }

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

<style>
 a { background-color: #6EE2E4; }

 a { background-color: rgb(110,226,228); }

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

<style>
 span { border-color: #6EE2E4; }

 span { border-color: rgb(110,226,228); }

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