Html Css Color HEX #6EDEF2 Turquoise Blue

📋 copy color: '#6EDEF2'

red 110 ◦ green 222 ◦ blue 242

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

Shades of Turquoise Blue #6EDEF2

Tints of Turquoise Blue #6EDEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.16%

R = 19.16%
G = 38.68%
B = 42.16%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6EDEF2 (or 0x6EDEF2) is known color: Turquoise Blue. HEX triplet: 6E, DE and F2. RGB value is (110,222,242). Sum of RGB (Red+Green+Blue) = 110+222+242=574 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.16% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #6EDEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDEF2 is #91210D. Grayscale: #BEBEBE. Windows color (decimal): -9511182 or 15916654. OLE color: 15916654.

HSL color Cylindrical-coordinate representation of color #6EDEF2: hue angle of 189.09º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EDEF2 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 222 242 -
CMYK 0.55 0.08 0 0.05
HSL 189.09º 0.84% 0.69% -
HSV(B) 189.09º 0.55% 0.95% -
XYZ 48.58 61.97 93.41 -
YUV 190.79 156.89 70.37 -
System Red Green Blue C M Y K H S L
Decimal 110 222 242 0.55 0.08 0 0.05 189.09 0.84 0.69
Hex 6E DE F2 37 8 0 5 BD 54 45
Octal 156 336 362 67 10 0 5 275 124 105
Binary 1101110 11011110 11110010 110111 1000 0 101 10111101 1010100 1000101

Color Harmonies of #6EDEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDEF2

Black with #6EDEF2

Text Example


Text Example

White with #6EDEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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