#3FE3CD

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

Shades of Turquoise #3FE3CD

Tints of Turquoise #3FE3CD

Color information

#3FE3CD (or 0x3FE3CD) is unknown color: approx Turquoise. HEX triplet: 3F, E3 and CD. RGB value is (63,227,205). Sum of RGB (Red+Green+Blue) = 63+227+205=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FE3CD is #C01C32. Grayscale: #AFAFAF. Windows color (decimal): -12590131 or 13493055. OLE color: 13493055.

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

Color convert

RGB63227205-
CMYK0.7200.100.11
HSL171.95º74.55%56.86%-
HSV(B)171.95º72.25%89.02%-
XYZ40.5460.467.28-
YUV175.46144.6747.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.73%
GREEN value IS 227 (89.06% from 255) = 45.86%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=12.73%
G=45.86%
B=41.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal632272050.7200.100.11171.9574.5556.86
Hex3FE3CD480ABac4b39
Octal773433151100121325411371
Binary11111111100011110011011001000010101011101011001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,227,205); }

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

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

 a { background-color: rgb(63,227,205); }

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

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

 span { border-color: rgb(63,227,205); }

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