Html Css Color HEX #6EDEEB Turquoise Blue

📋 copy color: '#6EDEEB'

red 110 ◦ green 222 ◦ blue 235

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

Shades of Turquoise Blue #6EDEEB

Tints of Turquoise Blue #6EDEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 19.4%
G = 39.15%
B = 41.45%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6EDEEB (or 0x6EDEEB) is known color: Turquoise Blue. HEX triplet: 6E, DE and EB. RGB value is (110,222,235). Sum of RGB (Red+Green+Blue) = 110+222+235=567 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.40% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EDEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDEEB is #912114. Grayscale: #BDBDBD. Windows color (decimal): -9511189 or 15457902. OLE color: 15457902.

HSL color Cylindrical-coordinate representation of color #6EDEEB: hue angle of 186.24º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EDEEB is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 222 235 -
CMYK 0.53 0.06 0 0.08
HSL 186.24º 0.76% 0.68% -
HSV(B) 186.24º 0.53% 0.92% -
XYZ 47.55 61.56 87.97 -
YUV 189.99 153.39 70.94 -
System Red Green Blue C M Y K H S L
Decimal 110 222 235 0.53 0.06 0 0.08 186.24 0.76 0.68
Hex 6E DE EB 35 6 0 8 BA 4C 44
Octal 156 336 353 65 6 0 10 272 114 104
Binary 1101110 11011110 11101011 110101 110 0 1000 10111010 1001100 1000100

Color Harmonies of #6EDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDEEB

Black with #6EDEEB

Text Example


Text Example

White with #6EDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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