#3FFBED

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

Shades of Turquoise #3FFBED

Tints of Turquoise #3FFBED

Color information

#3FFBED (or 0x3FFBED) is unknown color: approx Turquoise. HEX triplet: 3F, FB and ED. RGB value is (63,251,237). Sum of RGB (Red+Green+Blue) = 63+251+237=551 (72% of max value = 765). Red value is 63 (25% from 255 or 11.43% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFBED is #C00412. Grayscale: #C1C1C1. Windows color (decimal): -12583955 or 15596351. OLE color: 15596351.

HSL color Cylindrical-coordinate representation of color #3FFBED: hue angle of 175.53º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFBED is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB63251237-
CMYK0.7500.060.02
HSL175.53º95.92%61.57%-
HSV(B)175.53º74.9%98.43%-
XYZ51.8376.1792.09-
YUV193.19152.7235.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.43%
GREEN value IS 251 (98.44% from 255) = 45.55%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=11.43%
G=45.55%
B=43.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal632512370.7500.060.02175.5395.9261.57
Hex3FFBED4B062b0603e
Octal7737335511306226014076
Binary11111111111011111011011001011011010101100001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,251,237); }

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

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

 a { background-color: rgb(63,251,237); }

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

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

 span { border-color: rgb(63,251,237); }

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