#3FCFE5

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

Shades of Medium Turquoise #3FCFE5

Tints of Medium Turquoise #3FCFE5

Color information

#3FCFE5 (or 0x3FCFE5) is unknown color: approx Medium Turquoise. HEX triplet: 3F, CF and E5. RGB value is (63,207,229). Sum of RGB (Red+Green+Blue) = 63+207+229=499 (66% of max value = 765). Red value is 63 (25% from 255 or 12.63% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #3FCFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCFE5 is #C0301A. Grayscale: #A6A6A6. Windows color (decimal): -12595227 or 15060799. OLE color: 15060799.

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

Color convert

RGB63207229-
CMYK0.720.1000.10
HSL187.95º76.15%57.25%-
HSV(B)187.95º72.49%89.8%-
XYZ38.5151.3482.01-
YUV166.45163.2954.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.63%
GREEN value IS 207 (81.25% from 255) = 41.48%
BLUE value IS 229 (89.84% from 255) = 45.89%
R=12.63%
G=41.48%
B=45.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal632072290.720.1000.10187.9576.1557.25
Hex3FCFE548A0Abc4c39
Octal773173451101201227411471
Binary11111111001111111001011001000101001010101111001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,207,229); }

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

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

 a { background-color: rgb(63,207,229); }

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

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

 span { border-color: rgb(63,207,229); }

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