#3BFECD

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

Shades of Turquoise #3BFECD

Tints of Turquoise #3BFECD

Color information

#3BFECD (or 0x3BFECD) is unknown color: approx Turquoise. HEX triplet: 3B, FE and CD. RGB value is (59,254,205). Sum of RGB (Red+Green+Blue) = 59+254+205=518 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.39% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFECD is #C40132. Grayscale: #BEBEBE. Windows color (decimal): -12845363 or 13499963. OLE color: 13499963.

HSL color Cylindrical-coordinate representation of color #3BFECD: hue angle of 164.92º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFECD is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB59254205-
CMYK0.7700.190.00
HSL164.92º98.98%61.37%-
HSV(B)164.92º76.77%99.61%-
XYZ48.2676.2269.93-
YUV190.11136.434.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.39%
GREEN value IS 254 (99.61% from 255) = 49.03%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=11.39%
G=49.03%
B=39.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal592542050.7700.190.00164.9298.9861.37
Hex3BFECD4D0130a5633d
Octal73376315115023024514375
Binary111011111111101100110110011010100110101001011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BFECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,254,205); }

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

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

 a { background-color: rgb(59,254,205); }

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

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

 span { border-color: rgb(59,254,205); }

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