Html Css Color HEX #6EEBF2 Turquoise Blue

📋 copy color: '#6EEBF2'

red 110 ◦ green 235 ◦ blue 242

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

Shades of Turquoise Blue #6EEBF2

Tints of Turquoise Blue #6EEBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.03%

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

R = 18.74%
G = 40.03%
B = 41.23%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6EEBF2 (or 0x6EEBF2) is known color: Turquoise Blue. HEX triplet: 6E, EB and F2. RGB value is (110,235,242). Sum of RGB (Red+Green+Blue) = 110+235+242=587 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.74% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #6EEBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEBF2 is #91140D. Grayscale: #C6C6C6. Windows color (decimal): -9507854 or 15919982. OLE color: 15919982.

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

Color convert

RGB 110 235 242 -
CMYK 0.55 0.03 0 0.05
HSL 183.18º 0.84% 0.69% -
HSV(B) 183.18º 0.55% 0.95% -
XYZ 52.17 69.14 94.6 -
YUV 198.42 152.59 64.93 -
System Red Green Blue C M Y K H S L
Decimal 110 235 242 0.55 0.03 0 0.05 183.18 0.84 0.69
Hex 6E EB F2 37 3 0 5 B7 54 45
Octal 156 353 362 67 3 0 5 267 124 105
Binary 1101110 11101011 11110010 110111 11 0 101 10110111 1010100 1000101

Color Harmonies of #6EEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEBF2

Black with #6EEBF2

Text Example


Text Example

White with #6EEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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