Html Css Color HEX #6EDEF9 Turquoise Blue

📋 copy color: '#6EDEF9'

red 110 ◦ green 222 ◦ blue 249

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

Shades of Turquoise Blue #6EDEF9

Tints of Turquoise Blue #6EDEF9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.21%

 BLUE value IS 249 (97.66% from 255) = 42.86%

R = 18.93%
G = 38.21%
B = 42.86%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6EDEF9 (or 0x6EDEF9) is known color: Turquoise Blue. HEX triplet: 6E, DE and F9. RGB value is (110,222,249). Sum of RGB (Red+Green+Blue) = 110+222+249=581 (76% of max value = 765). Red value is 110 (43.36% from 255 or 18.93% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #6EDEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDEF9 is #912106. Grayscale: #BFBFBF. Windows color (decimal): -9511175 or 16375406. OLE color: 16375406.

HSL color Cylindrical-coordinate representation of color #6EDEF9: hue angle of 191.65º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EDEF9 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 222 249 -
CMYK 0.56 0.11 0 0.02
HSL 191.65º 0.92% 0.7% -
HSV(B) 191.65º 0.56% 0.98% -
XYZ 49.65 62.4 99.05 -
YUV 191.59 160.39 69.8 -
System Red Green Blue C M Y K H S L
Decimal 110 222 249 0.56 0.11 0 0.02 191.65 0.92 0.7
Hex 6E DE F9 38 B 0 2 C0 5C 46
Octal 156 336 371 70 13 0 2 300 134 106
Binary 1101110 11011110 11111001 111000 1011 0 10 11000000 1011100 1000110

Color Harmonies of #6EDEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDEF9

Black with #6EDEF9

Text Example


Text Example

White with #6EDEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,222,249); }

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

background-color css

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

 a { background-color: rgb(110,222,249); }

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

border-color css

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

 span { border-color: rgb(110,222,249); }

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