Html Css Color HEX #6EDAD4 Turquoise Blue

📋 copy color: '#6EDAD4'

red 110 ◦ green 218 ◦ blue 212

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

Shades of Turquoise Blue #6EDAD4

Tints of Turquoise Blue #6EDAD4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.37%

 BLUE value IS 212 (83.2% from 255) = 39.26%

R = 20.37%
G = 40.37%
B = 39.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#6EDAD4 (or 0x6EDAD4) is known color: Turquoise Blue. HEX triplet: 6E, DA and D4. RGB value is (110,218,212). Sum of RGB (Red+Green+Blue) = 110+218+212=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAD4 is #91252B. Grayscale: #B8B8B8. Windows color (decimal): -9512236 or 13949550. OLE color: 13949550.

HSL color Cylindrical-coordinate representation of color #6EDAD4: hue angle of 176.67º 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 #6EDAD4 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 218 212 -
CMYK 0.50 0 0.03 0.15
HSL 176.67º 0.59% 0.64% -
HSV(B) 176.67º 0.5% 0.85% -
XYZ 43.39 58.21 71.24 -
YUV 185.02 143.22 74.49 -
System Red Green Blue C M Y K H S L
Decimal 110 218 212 0.50 0 0.03 0.15 176.67 0.59 0.64
Hex 6E DA D4 32 0 3 F B1 3B 40
Octal 156 332 324 62 0 3 17 261 73 100
Binary 1101110 11011010 11010100 110010 0 11 1111 10110001 111011 1000000

Color Harmonies of #6EDAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDAD4

Black with #6EDAD4

Text Example


Text Example

White with #6EDAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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