Html Css Color HEX #6EE8E5 Turquoise Blue

📋 copy color: '#6EE8E5'

red 110 ◦ green 232 ◦ blue 229

#6EE8E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #6EE8E5

Tints of Turquoise Blue #6EE8E5

RGB

 RED value IS 110 (43.36% from 255) = 19.26%

 GREEN value IS 232 (91.02% from 255) = 40.63%

 BLUE value IS 229 (89.84% from 255) = 40.11%

R = 19.26%
G = 40.63%
B = 40.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#6EE8E5 (or 0x6EE8E5) is known color: Turquoise Blue. HEX triplet: 6E, E8 and E5. RGB value is (110,232,229). Sum of RGB (Red+Green+Blue) = 110+232+229=571 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.26% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 232 - color contains mainly: green. Hex color #6EE8E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EE8E5 is #91171A. Grayscale: #C3C3C3. Windows color (decimal): -9508635 or 15067246. OLE color: 15067246.

HSL color Cylindrical-coordinate representation of color #6EE8E5: hue angle of 178.52º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EE8E5 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 110 232 229 -
CMYK 0.53 0 0.01 0.09
HSL 178.52º 0.73% 0.67% -
HSV(B) 178.52º 0.53% 0.91% -
XYZ 49.43 66.69 84.4 -
YUV 195.18 147.08 67.24 -
System Red Green Blue C M Y K H S L
Decimal 110 232 229 0.53 0 0.01 0.09 178.52 0.73 0.67
Hex 6E E8 E5 35 0 1 9 B3 49 43
Octal 156 350 345 65 0 1 11 263 111 103
Binary 1101110 11101000 11100101 110101 0 1 1001 10110011 1001001 1000011

Color Harmonies of #6EE8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EE8E5

Black with #6EE8E5

Text Example


Text Example

White with #6EE8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,232,229); }

 H1.HeaderClassName
 {
   color: #6EE8E5;
 }
 .AnyTagClassName
 {
   color: #6EE8E5;
 }
</style>

background-color css

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

 a { background-color: rgb(110,232,229); }

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

border-color css

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

 span { border-color: rgb(110,232,229); }

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