Html Css Color HEX #6EECDA Turquoise Blue

📋 copy color: '#6EECDA'

red 110 ◦ green 236 ◦ blue 218

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

Shades of Turquoise Blue #6EECDA

Tints of Turquoise Blue #6EECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.84%

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

R = 19.5%
G = 41.84%
B = 38.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#6EECDA (or 0x6EECDA) is known color: Turquoise Blue. HEX triplet: 6E, EC and DA. RGB value is (110,236,218). Sum of RGB (Red+Green+Blue) = 110+236+218=564 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.50% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EECDA is #911325. Grayscale: #C4C4C4. Windows color (decimal): -9507622 or 14347374. OLE color: 14347374.

HSL color Cylindrical-coordinate representation of color #6EECDA: hue angle of 171.43º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EECDA is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 236 218 -
CMYK 0.53 0 0.08 0.07
HSL 171.43º 0.77% 0.68% -
HSV(B) 171.43º 0.53% 0.93% -
XYZ 49.08 68.37 76.94 -
YUV 196.27 140.26 66.46 -
System Red Green Blue C M Y K H S L
Decimal 110 236 218 0.53 0 0.08 0.07 171.43 0.77 0.68
Hex 6E EC DA 35 0 8 7 AB 4D 44
Octal 156 354 332 65 0 10 7 253 115 104
Binary 1101110 11101100 11011010 110101 0 1000 111 10101011 1001101 1000100

Color Harmonies of #6EECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EECDA

Black with #6EECDA

Text Example


Text Example

White with #6EECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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