#4CF9D5

Color #4CF9D5 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #4CF9D5

Tints of Turquoise #4CF9D5

Color information

#4CF9D5 (or 0x4CF9D5) is unknown color: approx Turquoise. HEX triplet: 4C, F9 and D5. RGB value is (76,249,213). Sum of RGB (Red+Green+Blue) = 76+249+213=538 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.13% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF9D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF9D5 is #B3062A. Grayscale: #C1C1C1. Windows color (decimal): -11732523 or 14022988. OLE color: 14022988.

HSL color Cylindrical-coordinate representation of color #4CF9D5: hue angle of 167.51º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF9D5 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB76249213-
CMYK0.6900.140.02
HSL167.51º93.51%63.73%-
HSV(B)167.51º69.48%97.65%-
XYZ48.8774.0974.68-
YUV193.17139.1944.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.13%
GREEN value IS 249 (97.66% from 255) = 46.28%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=14.13%
G=46.28%
B=39.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal762492130.6900.140.02167.5193.5163.73
Hex4CF9D5450E2a85e40
Octal1143713251050162250136100
Binary10011001111100111010101100010101110101010100010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,249,213); }

 H1.HeaderClassName
 {
   color: #4CF9D5;
 }
 .AnyTagClassName
 {
   color: #4CF9D5;
 }
</style>
background-color css

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

 a { background-color: rgb(76,249,213); }

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

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

 span { border-color: rgb(76,249,213); }

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