Html Css Color HEX #6EEBE6 Turquoise Blue

📋 copy color: '#6EEBE6'

red 110 ◦ green 235 ◦ blue 230

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

Shades of Turquoise Blue #6EEBE6

Tints of Turquoise Blue #6EEBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40%

R = 19.13%
G = 40.87%
B = 40%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#6EEBE6 (or 0x6EEBE6) is known color: Turquoise Blue. HEX triplet: 6E, EB and E6. RGB value is (110,235,230). Sum of RGB (Red+Green+Blue) = 110+235+230=575 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.13% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEBE6 is #911419. Grayscale: #C4C4C4. Windows color (decimal): -9507866 or 15133550. OLE color: 15133550.

HSL color Cylindrical-coordinate representation of color #6EEBE6: hue angle of 177.6º 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 #6EEBE6 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 235 230 -
CMYK 0.53 0 0.02 0.08
HSL 177.6º 0.76% 0.68% -
HSV(B) 177.6º 0.53% 0.92% -
XYZ 50.42 68.44 85.42 -
YUV 197.06 146.59 65.91 -
System Red Green Blue C M Y K H S L
Decimal 110 235 230 0.53 0 0.02 0.08 177.6 0.76 0.68
Hex 6E EB E6 35 0 2 8 B2 4C 44
Octal 156 353 346 65 0 2 10 262 114 104
Binary 1101110 11101011 11100110 110101 0 10 1000 10110010 1001100 1000100

Color Harmonies of #6EEBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEBE6

Black with #6EEBE6

Text Example


Text Example

White with #6EEBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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