Html Css Color HEX #6EDBDA Turquoise Blue

📋 copy color: '#6EDBDA'

red 110 ◦ green 219 ◦ blue 218

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

Shades of Turquoise Blue #6EDBDA

Tints of Turquoise Blue #6EDBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.04%

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 20.11%
G = 40.04%
B = 39.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#6EDBDA (or 0x6EDBDA) is known color: Turquoise Blue. HEX triplet: 6E, DB and DA. RGB value is (110,219,218). Sum of RGB (Red+Green+Blue) = 110+219+218=547 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.11% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDBDA is #912425. Grayscale: #BABABA. Windows color (decimal): -9511974 or 14343022. OLE color: 14343022.

HSL color Cylindrical-coordinate representation of color #6EDBDA: hue angle of 179.45º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDBDA is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 219 218 -
CMYK 0.50 0 0.00 0.14
HSL 179.45º 0.6% 0.65% -
HSV(B) 179.45º 0.5% 0.86% -
XYZ 44.42 59.04 75.38 -
YUV 186.3 145.89 73.58 -
System Red Green Blue C M Y K H S L
Decimal 110 219 218 0.50 0 0.00 0.14 179.45 0.6 0.65
Hex 6E DB DA 32 0 0 E B3 3C 41
Octal 156 333 332 62 0 0 16 263 74 101
Binary 1101110 11011011 11011010 110010 0 0 1110 10110011 111100 1000001

Color Harmonies of #6EDBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBDA

Black with #6EDBDA

Text Example


Text Example

White with #6EDBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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