Html Css Color HEX #4EFCCB Turquoise

📋 copy color: '#4EFCCB'

red 78 ◦ green 252 ◦ blue 203

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

Shades of Turquoise #4EFCCB

Tints of Turquoise #4EFCCB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.28%

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 14.63%
G = 47.28%
B = 38.09%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#4EFCCB (or 0x4EFCCB) is known color: Turquoise. HEX triplet: 4E, FC and CB. RGB value is (78,252,203). Sum of RGB (Red+Green+Blue) = 78+252+203=533 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.63% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFCCB is #B10334. Grayscale: #C2C2C2. Windows color (decimal): -11600693 or 13368398. OLE color: 13368398.

HSL color Cylindrical-coordinate representation of color #4EFCCB: hue angle of 163.1º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFCCB is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 252 203 -
CMYK 0.69 0 0.19 0.01
HSL 163.1º 0.97% 0.65% -
HSV(B) 163.1º 0.69% 0.99% -
XYZ 48.73 75.55 68.51 -
YUV 194.39 132.85 44.98 -
System Red Green Blue C M Y K H S L
Decimal 78 252 203 0.69 0 0.19 0.01 163.1 0.97 0.65
Hex 4E FC CB 45 0 13 1 A3 61 41
Octal 116 374 313 105 0 23 1 243 141 101
Binary 1001110 11111100 11001011 1000101 0 10011 1 10100011 1100001 1000001

Color Harmonies of #4EFCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFCCB

Black with #4EFCCB

Text Example


Text Example

White with #4EFCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,252,203); }

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

background-color css

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

 a { background-color: rgb(78,252,203); }

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

border-color css

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

 span { border-color: rgb(78,252,203); }

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