#3BD9CB

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

Shades of Turquoise #3BD9CB

Tints of Turquoise #3BD9CB

Color information

#3BD9CB (or 0x3BD9CB) is unknown color: approx Turquoise. HEX triplet: 3B, D9 and CB. RGB value is (59,217,203). Sum of RGB (Red+Green+Blue) = 59+217+203=479 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.32% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD9CB is #C42634. Grayscale: #A8A8A8. Windows color (decimal): -12854837 or 13359419. OLE color: 13359419.

HSL color Cylindrical-coordinate representation of color #3BD9CB: hue angle of 174.68º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD9CB is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB59217203-
CMYK0.7300.060.15
HSL174.68º67.52%54.12%-
HSV(B)174.68º72.81%85.1%-
XYZ37.454.8765.12-
YUV168.16147.6550.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.32%
GREEN value IS 217 (85.16% from 255) = 45.30%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=12.32%
G=45.30%
B=42.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal592172030.7300.060.15174.6867.5254.12
Hex3BD9CB4906Faf4436
Octal73331313111061725710466
Binary1110111101100111001011100100101101111101011111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,217,203); }

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

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

 a { background-color: rgb(59,217,203); }

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

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

 span { border-color: rgb(59,217,203); }

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