#3CE3BF

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

Shades of Turquoise #3CE3BF

Tints of Turquoise #3CE3BF

Color information

#3CE3BF (or 0x3CE3BF) is unknown color: approx Turquoise. HEX triplet: 3C, E3 and BF. RGB value is (60,227,191). Sum of RGB (Red+Green+Blue) = 60+227+191=478 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.55% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE3BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CE3BF is #C31C40. Grayscale: #ACACAC. Windows color (decimal): -12786753 or 12575548. OLE color: 12575548.

HSL color Cylindrical-coordinate representation of color #3CE3BF: hue angle of 167.07º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE3BF is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB60227191-
CMYK0.7400.160.11
HSL167.07º74.89%56.27%-
HSV(B)167.07º73.57%89.02%-
XYZ38.7459.6658.76-
YUV172.96138.1747.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.55%
GREEN value IS 227 (89.06% from 255) = 47.49%
BLUE value IS 191 (75% from 255) = 39.96%
R=12.55%
G=47.49%
B=39.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal602271910.7400.160.11167.0774.8956.27
Hex3CE3BF4A010Ba74b38
Octal743432771120201324711370
Binary111100111000111011111110010100100001011101001111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,227,191); }

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

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

 a { background-color: rgb(60,227,191); }

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

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

 span { border-color: rgb(60,227,191); }

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