Html Css Color HEX #6EDAE1 Turquoise Blue

📋 copy color: '#6EDAE1'

red 110 ◦ green 218 ◦ blue 225

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

Shades of Turquoise Blue #6EDAE1

Tints of Turquoise Blue #6EDAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 19.89%
G = 39.42%
B = 40.69%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6EDAE1 (or 0x6EDAE1) is known color: Turquoise Blue. HEX triplet: 6E, DA and E1. RGB value is (110,218,225). Sum of RGB (Red+Green+Blue) = 110+218+225=553 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.89% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #6EDAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDAE1 is #91251E. Grayscale: #BABABA. Windows color (decimal): -9512223 or 14801518. OLE color: 14801518.

HSL color Cylindrical-coordinate representation of color #6EDAE1: hue angle of 183.65º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EDAE1 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 110 218 225 -
CMYK 0.51 0.03 0 0.12
HSL 183.65º 0.66% 0.66% -
HSV(B) 183.65º 0.51% 0.88% -
XYZ 45.09 58.89 80.23 -
YUV 186.51 149.72 73.43 -
System Red Green Blue C M Y K H S L
Decimal 110 218 225 0.51 0.03 0 0.12 183.65 0.66 0.66
Hex 6E DA E1 33 3 0 C B8 42 42
Octal 156 332 341 63 3 0 14 270 102 102
Binary 1101110 11011010 11100001 110011 11 0 1100 10111000 1000010 1000010

Color Harmonies of #6EDAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDAE1

Black with #6EDAE1

Text Example


Text Example

White with #6EDAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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