Html Css Color HEX #6ED0EB Turquoise Blue

📋 copy color: '#6ED0EB'

red 110 ◦ green 208 ◦ blue 235

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

Shades of Turquoise Blue #6ED0EB

Tints of Turquoise Blue #6ED0EB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.61%

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

R = 19.89%
G = 37.61%
B = 42.5%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6ED0EB (or 0x6ED0EB) is known color: Turquoise Blue. HEX triplet: 6E, D0 and EB. RGB value is (110,208,235). Sum of RGB (Red+Green+Blue) = 110+208+235=553 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.89% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ED0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED0EB is #912F14. Grayscale: #B5B5B5. Windows color (decimal): -9514773 or 15454318. OLE color: 15454318.

HSL color Cylindrical-coordinate representation of color #6ED0EB: hue angle of 192.96º 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 #6ED0EB is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 208 235 -
CMYK 0.53 0.11 0 0.08
HSL 192.96º 0.76% 0.68% -
HSV(B) 192.96º 0.53% 0.92% -
XYZ 43.98 54.42 86.78 -
YUV 181.78 158.03 76.8 -
System Red Green Blue C M Y K H S L
Decimal 110 208 235 0.53 0.11 0 0.08 192.96 0.76 0.68
Hex 6E D0 EB 35 B 0 8 C1 4C 44
Octal 156 320 353 65 13 0 10 301 114 104
Binary 1101110 11010000 11101011 110101 1011 0 1000 11000001 1001100 1000100

Color Harmonies of #6ED0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED0EB

Black with #6ED0EB

Text Example


Text Example

White with #6ED0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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