#4BFCDF

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

Shades of Turquoise #4BFCDF

Tints of Turquoise #4BFCDF

Color information

#4BFCDF (or 0x4BFCDF) is unknown color: approx Turquoise. HEX triplet: 4B, FC and DF. RGB value is (75,252,223). Sum of RGB (Red+Green+Blue) = 75+252+223=550 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.64% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCDF is #B40320. Grayscale: #C3C3C3. Windows color (decimal): -11797281 or 14679115. OLE color: 14679115.

HSL color Cylindrical-coordinate representation of color #4BFCDF: hue angle of 170.17º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFCDF is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB75252223-
CMYK0.7000.120.01
HSL170.17º96.72%64.12%-
HSV(B)170.17º70.24%98.82%-
XYZ51.0376.4481.88-
YUV195.77143.3641.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.64%
GREEN value IS 252 (98.83% from 255) = 45.82%
BLUE value IS 223 (87.5% from 255) = 40.55%
R=13.64%
G=45.82%
B=40.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal752522230.7000.120.01170.1796.7264.12
Hex4BFCDF460C1aa6140
Octal1133743371060141252141100
Binary1001011111111001101111110001100110011010101011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BFCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,252,223); }

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

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

 a { background-color: rgb(75,252,223); }

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

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

 span { border-color: rgb(75,252,223); }

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