#3CFFBD

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

Shades of Turquoise #3CFFBD

Tints of Turquoise #3CFFBD

Color information

#3CFFBD (or 0x3CFFBD) is unknown color: approx Turquoise. HEX triplet: 3C, FF and BD. RGB value is (60,255,189). Sum of RGB (Red+Green+Blue) = 60+255+189=504 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.90% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFBD is #C30042. Grayscale: #BDBDBD. Windows color (decimal): -12779587 or 12451644. OLE color: 12451644.

HSL color Cylindrical-coordinate representation of color #3CFFBD: hue angle of 159.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFFBD is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB60255189-
CMYK0.7600.260
HSL159.69º100%61.76%-
HSV(B)159.69º76.47%100%-
XYZ46.8176.1560.38-
YUV189.17127.935.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.90%
GREEN value IS 255 (100% from 255) = 50.60%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=11.90%
G=50.60%
B=37.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal602551890.7600.260159.6910061.76
Hex3CFFBD4C01A0a0643e
Octal74377275114032024014476
Binary111100111111111011110110011000110100101000001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,255,189); }

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

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

 a { background-color: rgb(60,255,189); }

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

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

 span { border-color: rgb(60,255,189); }

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