Html Css Color HEX #6EEFE8 Turquoise Blue

📋 copy color: '#6EEFE8'

red 110 ◦ green 239 ◦ blue 232

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

Shades of Turquoise Blue #6EEFE8

Tints of Turquoise Blue #6EEFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.93%

R = 18.93%
G = 41.14%
B = 39.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#6EEFE8 (or 0x6EEFE8) is known color: Turquoise Blue. HEX triplet: 6E, EF and E8. RGB value is (110,239,232). Sum of RGB (Red+Green+Blue) = 110+239+232=581 (76% of max value = 765). Red value is 110 (43.36% from 255 or 18.93% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 232 (91.02% from 255 or 39.93% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEFE8 is #911017. Grayscale: #C7C7C7. Windows color (decimal): -9506840 or 15265646. OLE color: 15265646.

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

Color convert

RGB 110 239 232 -
CMYK 0.54 0 0.03 0.06
HSL 176.74º 0.8% 0.68% -
HSV(B) 176.74º 0.54% 0.94% -
XYZ 51.86 70.87 87.29 -
YUV 199.63 146.26 64.07 -
System Red Green Blue C M Y K H S L
Decimal 110 239 232 0.54 0 0.03 0.06 176.74 0.8 0.68
Hex 6E EF E8 36 0 3 6 B1 50 44
Octal 156 357 350 66 0 3 6 261 120 104
Binary 1101110 11101111 11101000 110110 0 11 110 10110001 1010000 1000100

Color Harmonies of #6EEFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEFE8

Black with #6EEFE8

Text Example


Text Example

White with #6EEFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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