Html Css Color HEX #6EDEEF Turquoise Blue

📋 copy color: '#6EDEEF'

red 110 ◦ green 222 ◦ blue 239

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

Shades of Turquoise Blue #6EDEEF

Tints of Turquoise Blue #6EDEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.88%

 BLUE value IS 239 (93.75% from 255) = 41.86%

R = 19.26%
G = 38.88%
B = 41.86%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6EDEEF (or 0x6EDEEF) is known color: Turquoise Blue. HEX triplet: 6E, DE and EF. RGB value is (110,222,239). Sum of RGB (Red+Green+Blue) = 110+222+239=571 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.26% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #6EDEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDEEF is #912110. Grayscale: #BEBEBE. Windows color (decimal): -9511185 or 15720046. OLE color: 15720046.

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

Color convert

RGB 110 222 239 -
CMYK 0.54 0.07 0 0.06
HSL 187.91º 0.8% 0.68% -
HSV(B) 187.91º 0.54% 0.94% -
XYZ 48.13 61.79 91.05 -
YUV 190.45 155.39 70.62 -
System Red Green Blue C M Y K H S L
Decimal 110 222 239 0.54 0.07 0 0.06 187.91 0.8 0.68
Hex 6E DE EF 36 7 0 6 BC 50 44
Octal 156 336 357 66 7 0 6 274 120 104
Binary 1101110 11011110 11101111 110110 111 0 110 10111100 1010000 1000100

Color Harmonies of #6EDEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDEEF

Black with #6EDEEF

Text Example


Text Example

White with #6EDEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,222,239); }

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

background-color css

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

 a { background-color: rgb(110,222,239); }

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

border-color css

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

 span { border-color: rgb(110,222,239); }

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