Html Css Color HEX #4CFBC9 Turquoise

📋 copy color: '#4CFBC9'

red 76 ◦ green 251 ◦ blue 201

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

Shades of Turquoise #4CFBC9

Tints of Turquoise #4CFBC9

RGB

 RED value IS 76 (30.08% from 255) = 14.39%

 GREEN value IS 251 (98.44% from 255) = 47.54%

 BLUE value IS 201 (78.91% from 255) = 38.07%

R = 14.39%
G = 47.54%
B = 38.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#4CFBC9 (or 0x4CFBC9) is known color: Turquoise. HEX triplet: 4C, FB and C9. RGB value is (76,251,201). Sum of RGB (Red+Green+Blue) = 76+251+201=528 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.39% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBC9 is #B30436. Grayscale: #C1C1C1. Windows color (decimal): -11732023 or 13237068. OLE color: 13237068.

HSL color Cylindrical-coordinate representation of color #4CFBC9: hue angle of 162.86º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFBC9 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 251 201 -
CMYK 0.70 0 0.20 0.02
HSL 162.86º 0.96% 0.64% -
HSV(B) 162.86º 0.7% 0.98% -
XYZ 48.02 74.75 67.16 -
YUV 192.98 132.52 44.57 -
System Red Green Blue C M Y K H S L
Decimal 76 251 201 0.70 0 0.20 0.02 162.86 0.96 0.64
Hex 4C FB C9 46 0 14 2 A3 60 40
Octal 114 373 311 106 0 24 2 243 140 100
Binary 1001100 11111011 11001001 1000110 0 10100 10 10100011 1100000 1000000

Color Harmonies of #4CFBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFBC9

Black with #4CFBC9

Text Example


Text Example

White with #4CFBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,251,201); }

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

background-color css

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

 a { background-color: rgb(76,251,201); }

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

border-color css

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

 span { border-color: rgb(76,251,201); }

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