Html Css Color HEX #4CFBCE Turquoise

📋 copy color: '#4CFBCE'

red 76 ◦ green 251 ◦ blue 206

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

Shades of Turquoise #4CFBCE

Tints of Turquoise #4CFBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 14.26%
G = 47.09%
B = 38.65%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#4CFBCE (or 0x4CFBCE) is known color: Turquoise. HEX triplet: 4C, FB and CE. RGB value is (76,251,206). Sum of RGB (Red+Green+Blue) = 76+251+206=533 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.26% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBCE is #B30431. Grayscale: #C1C1C1. Windows color (decimal): -11732018 or 13564748. OLE color: 13564748.

HSL color Cylindrical-coordinate representation of color #4CFBCE: hue angle of 164.57º 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 #4CFBCE is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 251 206 -
CMYK 0.70 0 0.18 0.02
HSL 164.57º 0.96% 0.64% -
HSV(B) 164.57º 0.7% 0.98% -
XYZ 48.62 74.99 70.3 -
YUV 193.55 135.02 44.16 -
System Red Green Blue C M Y K H S L
Decimal 76 251 206 0.70 0 0.18 0.02 164.57 0.96 0.64
Hex 4C FB CE 46 0 12 2 A5 60 40
Octal 114 373 316 106 0 22 2 245 140 100
Binary 1001100 11111011 11001110 1000110 0 10010 10 10100101 1100000 1000000

Color Harmonies of #4CFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFBCE

Black with #4CFBCE

Text Example


Text Example

White with #4CFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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