Html Css Color HEX #6EEFEA Turquoise Blue

📋 copy color: '#6EEFEA'

red 110 ◦ green 239 ◦ blue 234

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

Shades of Turquoise Blue #6EEFEA

Tints of Turquoise Blue #6EEFEA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.99%

 BLUE value IS 234 (91.8% from 255) = 40.14%

R = 18.87%
G = 40.99%
B = 40.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#6EEFEA (or 0x6EEFEA) is known color: Turquoise Blue. HEX triplet: 6E, EF and EA. RGB value is (110,239,234). Sum of RGB (Red+Green+Blue) = 110+239+234=583 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.87% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEFEA is #911015. Grayscale: #C7C7C7. Windows color (decimal): -9506838 or 15396718. OLE color: 15396718.

HSL color Cylindrical-coordinate representation of color #6EEFEA: hue angle of 177.67º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEFEA is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 239 234 -
CMYK 0.54 0 0.02 0.06
HSL 177.67º 0.8% 0.68% -
HSV(B) 177.67º 0.54% 0.94% -
XYZ 52.15 70.99 88.8 -
YUV 199.86 147.26 63.91 -
System Red Green Blue C M Y K H S L
Decimal 110 239 234 0.54 0 0.02 0.06 177.67 0.8 0.68
Hex 6E EF EA 36 0 2 6 B2 50 44
Octal 156 357 352 66 0 2 6 262 120 104
Binary 1101110 11101111 11101010 110110 0 10 110 10110010 1010000 1000100

Color Harmonies of #6EEFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEFEA

Black with #6EEFEA

Text Example


Text Example

White with #6EEFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,239,234); }

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

background-color css

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

 a { background-color: rgb(110,239,234); }

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

border-color css

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

 span { border-color: rgb(110,239,234); }

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