#4BF2CD

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

Shades of Turquoise #4BF2CD

Tints of Turquoise #4BF2CD

Color information

#4BF2CD (or 0x4BF2CD) is unknown color: approx Turquoise. HEX triplet: 4B, F2 and CD. RGB value is (75,242,205). Sum of RGB (Red+Green+Blue) = 75+242+205=522 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.37% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF2CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF2CD is #B40D32. Grayscale: #BBBBBB. Windows color (decimal): -11799859 or 13496907. OLE color: 13496907.

HSL color Cylindrical-coordinate representation of color #4BF2CD: hue angle of 166.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF2CD is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB75242205-
CMYK0.6900.150.05
HSL166.71º86.53%62.16%-
HSV(B)166.71º69.01%94.9%-
XYZ45.6769.4168.75-
YUV187.85137.6747.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.37%
GREEN value IS 242 (94.92% from 255) = 46.36%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=14.37%
G=46.36%
B=39.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752422050.6900.150.05166.7186.5362.16
Hex4BF2CD450F5a7573e
Octal113362315105017524712776
Binary10010111111001011001101100010101111101101001111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,242,205); }

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

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

 a { background-color: rgb(75,242,205); }

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

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

 span { border-color: rgb(75,242,205); }

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