Html Css Color HEX #6EEFE6 Turquoise Blue

📋 copy color: '#6EEFE6'

red 110 ◦ green 239 ◦ blue 230

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

Shades of Turquoise Blue #6EEFE6

Tints of Turquoise Blue #6EEFE6

RGB

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

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

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

R = 19%
G = 41.28%
B = 39.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#6EEFE6 (or 0x6EEFE6) is known color: Turquoise Blue. HEX triplet: 6E, EF and E6. RGB value is (110,239,230). Sum of RGB (Red+Green+Blue) = 110+239+230=579 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.00% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEFE6 is #911019. Grayscale: #C7C7C7. Windows color (decimal): -9506842 or 15134574. OLE color: 15134574.

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

Color convert

RGB 110 239 230 -
CMYK 0.54 0 0.04 0.06
HSL 175.81º 0.8% 0.68% -
HSV(B) 175.81º 0.54% 0.94% -
XYZ 51.58 70.76 85.8 -
YUV 199.4 145.26 64.23 -
System Red Green Blue C M Y K H S L
Decimal 110 239 230 0.54 0 0.04 0.06 175.81 0.8 0.68
Hex 6E EF E6 36 0 4 6 B0 50 44
Octal 156 357 346 66 0 4 6 260 120 104
Binary 1101110 11101111 11100110 110110 0 100 110 10110000 1010000 1000100

Color Harmonies of #6EEFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEFE6

Black with #6EEFE6

Text Example


Text Example

White with #6EEFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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