Html Css Color HEX #4CFBD7 Turquoise

📋 copy color: '#4CFBD7'

red 76 ◦ green 251 ◦ blue 215

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

Shades of Turquoise #4CFBD7

Tints of Turquoise #4CFBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.67%

R = 14.02%
G = 46.31%
B = 39.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#4CFBD7 (or 0x4CFBD7) is known color: Turquoise. HEX triplet: 4C, FB and D7. RGB value is (76,251,215). Sum of RGB (Red+Green+Blue) = 76+251+215=542 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.02% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBD7 is #B30428. Grayscale: #C2C2C2. Windows color (decimal): -11732009 or 14154572. OLE color: 14154572.

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

Color convert

RGB 76 251 215 -
CMYK 0.70 0 0.14 0.02
HSL 167.66º 0.96% 0.64% -
HSV(B) 167.66º 0.7% 0.98% -
XYZ 49.74 75.44 76.23 -
YUV 194.57 139.52 43.43 -
System Red Green Blue C M Y K H S L
Decimal 76 251 215 0.70 0 0.14 0.02 167.66 0.96 0.64
Hex 4C FB D7 46 0 E 2 A8 60 40
Octal 114 373 327 106 0 16 2 250 140 100
Binary 1001100 11111011 11010111 1000110 0 1110 10 10101000 1100000 1000000

Color Harmonies of #4CFBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFBD7

Black with #4CFBD7

Text Example


Text Example

White with #4CFBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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