#4bf3d3

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

Shades of Turquoise #4BF3D3

Tints of Turquoise #4BF3D3

Color information

#4BF3D3 (or 0x4BF3D3) is unknown color: approx Turquoise. HEX triplet: 4B, F3 and D3. RGB value is (75,243,211). Sum of RGB (Red+Green+Blue) = 75+243+211=529 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.18% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #4BF3D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF3D3 is #B40C2C. Grayscale: #BDBDBD. Windows color (decimal): -11799597 or 13890379. OLE color: 13890379.

HSL color Cylindrical-coordinate representation of color #4BF3D3: hue angle of 168.57º degrees, saturation: 0.88, 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 #4BF3D3 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB75243211-
CMYK0.6900.130.05
HSL168.57º87.5%62.35%-
HSV(B)168.57º69.14%95.29%-
XYZ46.7170.372.74-
YUV189.12140.3446.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.18%
GREEN value IS 243 (95.31% from 255) = 45.94%
BLUE value IS 211 (82.81% from 255) = 39.89%
R=14.18%
G=45.94%
B=39.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752432110.6900.130.05168.5787.562.35
Hex4BF3D3450D5a9583e
Octal113363323105015525113076
Binary10010111111001111010011100010101101101101010011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bf3d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,243,211); }

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

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

 a { background-color: rgb(75,243,211); }

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

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

 span { border-color: rgb(75,243,211); }

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