Html Css Color HEX #6ED2EB Turquoise Blue

📋 copy color: '#6ED2EB'

red 110 ◦ green 210 ◦ blue 235

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

Shades of Turquoise Blue #6ED2EB

Tints of Turquoise Blue #6ED2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.84%

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

R = 19.82%
G = 37.84%
B = 42.34%

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

#6ED2EB (or 0x6ED2EB) is known color: Turquoise Blue. HEX triplet: 6E, D2 and EB. RGB value is (110,210,235). Sum of RGB (Red+Green+Blue) = 110+210+235=555 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.82% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ED2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED2EB is #912D14. Grayscale: #B6B6B6. Windows color (decimal): -9514261 or 15454830. OLE color: 15454830.

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

Color convert

RGB 110 210 235 -
CMYK 0.53 0.11 0 0.08
HSL 192º 0.76% 0.68% -
HSV(B) 192º 0.53% 0.92% -
XYZ 44.47 55.41 86.95 -
YUV 182.95 157.37 75.97 -
System Red Green Blue C M Y K H S L
Decimal 110 210 235 0.53 0.11 0 0.08 192 0.76 0.68
Hex 6E D2 EB 35 B 0 8 C0 4C 44
Octal 156 322 353 65 13 0 10 300 114 104
Binary 1101110 11010010 11101011 110101 1011 0 1000 11000000 1001100 1000100

Color Harmonies of #6ED2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED2EB

Black with #6ED2EB

Text Example


Text Example

White with #6ED2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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