Html Css Color HEX #6ED1EB Turquoise Blue

📋 copy color: '#6ED1EB'

red 110 ◦ green 209 ◦ blue 235

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

Shades of Turquoise Blue #6ED1EB

Tints of Turquoise Blue #6ED1EB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.73%

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

R = 19.86%
G = 37.73%
B = 42.42%

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

#6ED1EB (or 0x6ED1EB) is known color: Turquoise Blue. HEX triplet: 6E, D1 and EB. RGB value is (110,209,235). Sum of RGB (Red+Green+Blue) = 110+209+235=554 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.86% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ED1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED1EB is #912E14. Grayscale: #B6B6B6. Windows color (decimal): -9514517 or 15454574. OLE color: 15454574.

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

Color convert

RGB 110 209 235 -
CMYK 0.53 0.11 0 0.08
HSL 192.48º 0.76% 0.68% -
HSV(B) 192.48º 0.53% 0.92% -
XYZ 44.23 54.91 86.87 -
YUV 182.36 157.7 76.39 -
System Red Green Blue C M Y K H S L
Decimal 110 209 235 0.53 0.11 0 0.08 192.48 0.76 0.68
Hex 6E D1 EB 35 B 0 8 C0 4C 44
Octal 156 321 353 65 13 0 10 300 114 104
Binary 1101110 11010001 11101011 110101 1011 0 1000 11000000 1001100 1000100

Color Harmonies of #6ED1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED1EB

Black with #6ED1EB

Text Example


Text Example

White with #6ED1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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