Html Css Color HEX #4EEFE7 Turquoise

📋 copy color: '#4EEFE7'

red 78 ◦ green 239 ◦ blue 231

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

Shades of Turquoise #4EEFE7

Tints of Turquoise #4EEFE7

RGB

 RED value IS 78 (30.86% from 255) = 14.23%

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

 BLUE value IS 231 (90.63% from 255) = 42.15%

R = 14.23%
G = 43.61%
B = 42.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#4EEFE7 (or 0x4EEFE7) is known color: Turquoise. HEX triplet: 4E, EF and E7. RGB value is (78,239,231). Sum of RGB (Red+Green+Blue) = 78+239+231=548 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.23% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEFE7 is #B11018. Grayscale: #BDBDBD. Windows color (decimal): -11603993 or 15200078. OLE color: 15200078.

HSL color Cylindrical-coordinate representation of color #4EEFE7: hue angle of 177.02º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEFE7 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 239 231 -
CMYK 0.67 0 0.03 0.06
HSL 177.02º 0.83% 0.62% -
HSV(B) 177.02º 0.67% 0.94% -
XYZ 48.43 69.12 86.39 -
YUV 189.95 151.16 48.15 -
System Red Green Blue C M Y K H S L
Decimal 78 239 231 0.67 0 0.03 0.06 177.02 0.83 0.62
Hex 4E EF E7 43 0 3 6 B1 53 3E
Octal 116 357 347 103 0 3 6 261 123 76
Binary 1001110 11101111 11100111 1000011 0 11 110 10110001 1010011 111110

Color Harmonies of #4EEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEFE7

Black with #4EEFE7

Text Example


Text Example

White with #4EEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4EEFE7; }

 p { color: rgb(78,239,231); }

 H1.HeaderClassName
 {
   color: #4EEFE7;
 }
 .AnyTagClassName
 {
   color: #4EEFE7;
 }
</style>

background-color css

<style>
 a { background-color: #4EEFE7; }

 a { background-color: rgb(78,239,231); }

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

border-color css

<style>
 span { border-color: #4EEFE7; }

 span { border-color: rgb(78,239,231); }

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