Html Css Color HEX #6ED0DA Turquoise Blue

📋 copy color: '#6ED0DA'

red 110 ◦ green 208 ◦ blue 218

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

Shades of Turquoise Blue #6ED0DA

Tints of Turquoise Blue #6ED0DA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.81%

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

R = 20.52%
G = 38.81%
B = 40.67%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6ED0DA (or 0x6ED0DA) is known color: Turquoise Blue. HEX triplet: 6E, D0 and DA. RGB value is (110,208,218). Sum of RGB (Red+Green+Blue) = 110+208+218=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #6ED0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED0DA is #912F25. Grayscale: #B3B3B3. Windows color (decimal): -9514790 or 14340206. OLE color: 14340206.

HSL color Cylindrical-coordinate representation of color #6ED0DA: hue angle of 185.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ED0DA is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 208 218 -
CMYK 0.50 0.05 0 0.15
HSL 185.56º 0.59% 0.64% -
HSV(B) 185.56º 0.5% 0.85% -
XYZ 41.64 53.49 74.46 -
YUV 179.84 149.53 78.19 -
System Red Green Blue C M Y K H S L
Decimal 110 208 218 0.50 0.05 0 0.15 185.56 0.59 0.64
Hex 6E D0 DA 32 5 0 F BA 3B 40
Octal 156 320 332 62 5 0 17 272 73 100
Binary 1101110 11010000 11011010 110010 101 0 1111 10111010 111011 1000000

Color Harmonies of #6ED0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED0DA

Black with #6ED0DA

Text Example


Text Example

White with #6ED0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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