Html Css Color HEX #6EDCEF Turquoise Blue

📋 copy color: '#6EDCEF'

red 110 ◦ green 220 ◦ blue 239

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

Shades of Turquoise Blue #6EDCEF

Tints of Turquoise Blue #6EDCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.66%

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

R = 19.33%
G = 38.66%
B = 42%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6EDCEF (or 0x6EDCEF) is known color: Turquoise Blue. HEX triplet: 6E, DC and EF. RGB value is (110,220,239). Sum of RGB (Red+Green+Blue) = 110+220+239=569 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.33% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #6EDCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDCEF is #912310. Grayscale: #BDBDBD. Windows color (decimal): -9511697 or 15719534. OLE color: 15719534.

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

Color convert

RGB 110 220 239 -
CMYK 0.54 0.08 0 0.06
HSL 188.84º 0.8% 0.68% -
HSV(B) 188.84º 0.54% 0.94% -
XYZ 47.6 60.73 90.88 -
YUV 189.28 156.06 71.46 -
System Red Green Blue C M Y K H S L
Decimal 110 220 239 0.54 0.08 0 0.06 188.84 0.8 0.68
Hex 6E DC EF 36 8 0 6 BD 50 44
Octal 156 334 357 66 10 0 6 275 120 104
Binary 1101110 11011100 11101111 110110 1000 0 110 10111101 1010000 1000100

Color Harmonies of #6EDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDCEF

Black with #6EDCEF

Text Example


Text Example

White with #6EDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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