Html Css Color HEX #6EE6EB Turquoise Blue

📋 copy color: '#6EE6EB'

red 110 ◦ green 230 ◦ blue 235

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

Shades of Turquoise Blue #6EE6EB

Tints of Turquoise Blue #6EE6EB

RGB

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

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

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

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

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

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

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

Color convert

RGB 110 230 235 -
CMYK 0.53 0.02 0 0.08
HSL 182.4º 0.76% 0.68% -
HSV(B) 182.4º 0.53% 0.92% -
XYZ 49.72 65.91 88.7 -
YUV 194.69 150.74 67.59 -
System Red Green Blue C M Y K H S L
Decimal 110 230 235 0.53 0.02 0 0.08 182.4 0.76 0.68
Hex 6E E6 EB 35 2 0 8 B6 4C 44
Octal 156 346 353 65 2 0 10 266 114 104
Binary 1101110 11100110 11101011 110101 10 0 1000 10110110 1001100 1000100

Color Harmonies of #6EE6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EE6EB

Black with #6EE6EB

Text Example


Text Example

White with #6EE6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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