Html Css Color HEX #6EEBE4 Turquoise Blue

📋 copy color: '#6EEBE4'

red 110 ◦ green 235 ◦ blue 228

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

Shades of Turquoise Blue #6EEBE4

Tints of Turquoise Blue #6EEBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.79%

R = 19.2%
G = 41.01%
B = 39.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#6EEBE4 (or 0x6EEBE4) is known color: Turquoise Blue. HEX triplet: 6E, EB and E4. RGB value is (110,235,228). Sum of RGB (Red+Green+Blue) = 110+235+228=573 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.20% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEBE4 is #91141B. Grayscale: #C4C4C4. Windows color (decimal): -9507868 or 15002478. OLE color: 15002478.

HSL color Cylindrical-coordinate representation of color #6EEBE4: hue angle of 176.64º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEBE4 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 235 228 -
CMYK 0.53 0 0.03 0.08
HSL 176.64º 0.76% 0.68% -
HSV(B) 176.64º 0.53% 0.92% -
XYZ 50.14 68.33 83.95 -
YUV 196.83 145.59 66.07 -
System Red Green Blue C M Y K H S L
Decimal 110 235 228 0.53 0 0.03 0.08 176.64 0.76 0.68
Hex 6E EB E4 35 0 3 8 B1 4C 44
Octal 156 353 344 65 0 3 10 261 114 104
Binary 1101110 11101011 11100100 110101 0 11 1000 10110001 1001100 1000100

Color Harmonies of #6EEBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEBE4

Black with #6EEBE4

Text Example


Text Example

White with #6EEBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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