Html Css Color HEX #6EEDE5 Turquoise Blue

📋 copy color: '#6EEDE5'

red 110 ◦ green 237 ◦ blue 229

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

Shades of Turquoise Blue #6EEDE5

Tints of Turquoise Blue #6EEDE5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.15%

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

R = 19.1%
G = 41.15%
B = 39.76%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#6EEDE5 (or 0x6EEDE5) is known color: Turquoise Blue. HEX triplet: 6E, ED and E5. RGB value is (110,237,229). Sum of RGB (Red+Green+Blue) = 110+237+229=576 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.10% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDE5 is #91121A. Grayscale: #C6C6C6. Windows color (decimal): -9507355 or 15068526. OLE color: 15068526.

HSL color Cylindrical-coordinate representation of color #6EEDE5: hue angle of 176.22º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEDE5 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 237 229 -
CMYK 0.54 0 0.03 0.07
HSL 176.22º 0.78% 0.68% -
HSV(B) 176.22º 0.54% 0.93% -
XYZ 50.86 69.54 84.87 -
YUV 198.12 145.42 65.15 -
System Red Green Blue C M Y K H S L
Decimal 110 237 229 0.54 0 0.03 0.07 176.22 0.78 0.68
Hex 6E ED E5 36 0 3 7 B0 4E 44
Octal 156 355 345 66 0 3 7 260 116 104
Binary 1101110 11101101 11100101 110110 0 11 111 10110000 1001110 1000100

Color Harmonies of #6EEDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEDE5

Black with #6EEDE5

Text Example


Text Example

White with #6EEDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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