Html Css Color HEX #6EDEDB Turquoise Blue

📋 copy color: '#6EDEDB'

red 110 ◦ green 222 ◦ blue 219

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

Shades of Turquoise Blue #6EDEDB

Tints of Turquoise Blue #6EDEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 19.96%
G = 40.29%
B = 39.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#6EDEDB (or 0x6EDEDB) is known color: Turquoise Blue. HEX triplet: 6E, DE and DB. RGB value is (110,222,219). Sum of RGB (Red+Green+Blue) = 110+222+219=551 (72% of max value = 765). Red value is 110 (43.36% from 255 or 19.96% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDEDB is #912124. Grayscale: #BCBCBC. Windows color (decimal): -9511205 or 14409326. OLE color: 14409326.

HSL color Cylindrical-coordinate representation of color #6EDEDB: hue angle of 178.39º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDEDB is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 222 219 -
CMYK 0.50 0 0.01 0.13
HSL 178.39º 0.63% 0.65% -
HSV(B) 178.39º 0.5% 0.87% -
XYZ 45.34 60.67 76.34 -
YUV 188.17 145.39 72.24 -
System Red Green Blue C M Y K H S L
Decimal 110 222 219 0.50 0 0.01 0.13 178.39 0.63 0.65
Hex 6E DE DB 32 0 1 D B2 3F 41
Octal 156 336 333 62 0 1 15 262 77 101
Binary 1101110 11011110 11011011 110010 0 1 1101 10110010 111111 1000001

Color Harmonies of #6EDEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDEDB

Black with #6EDEDB

Text Example


Text Example

White with #6EDEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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