#3BDFC1

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

Shades of Turquoise #3BDFC1

Tints of Turquoise #3BDFC1

Color information

#3BDFC1 (or 0x3BDFC1) is unknown color: approx Turquoise. HEX triplet: 3B, DF and C1. RGB value is (59,223,193). Sum of RGB (Red+Green+Blue) = 59+223+193=475 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.42% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDFC1 is #C4203E. Grayscale: #AAAAAA. Windows color (decimal): -12853311 or 12705595. OLE color: 12705595.

HSL color Cylindrical-coordinate representation of color #3BDFC1: hue angle of 169.02º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDFC1 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB59223193-
CMYK0.7400.130.13
HSL169.02º71.93%55.29%-
HSV(B)169.02º73.54%87.45%-
XYZ37.8257.5659.57-
YUV170.54140.6748.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.42%
GREEN value IS 223 (87.5% from 255) = 46.95%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=12.42%
G=46.95%
B=40.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal592231930.7400.130.13169.0271.9355.29
Hex3BDFC14A0DDa94837
Octal733373011120151525111067
Binary11101111011111110000011001010011011101101010011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BDFC1; }

 p { color: rgb(59,223,193); }

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

<style>
 a { background-color: #3BDFC1; }

 a { background-color: rgb(59,223,193); }

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

<style>
 span { border-color: #3BDFC1; }

 span { border-color: rgb(59,223,193); }

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