#4BFCDD

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

Shades of Turquoise #4BFCDD

Tints of Turquoise #4BFCDD

Color information

#4BFCDD (or 0x4BFCDD) is unknown color: approx Turquoise. HEX triplet: 4B, FC and DD. RGB value is (75,252,221). Sum of RGB (Red+Green+Blue) = 75+252+221=548 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.69% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCDD is #B40322. Grayscale: #C3C3C3. Windows color (decimal): -11797283 or 14548043. OLE color: 14548043.

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

Color convert

RGB75252221-
CMYK0.7000.120.01
HSL169.49º96.72%64.12%-
HSV(B)169.49º70.24%98.82%-
XYZ50.7676.3480.47-
YUV195.54142.3642.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.69%
GREEN value IS 252 (98.83% from 255) = 45.99%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=13.69%
G=45.99%
B=40.33%

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
Decimal752522210.7000.120.01169.4996.7264.12
Hex4BFCDD460C1a96140
Octal1133743351060141251141100
Binary1001011111111001101110110001100110011010100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BFCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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