#3DFEBB

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

Shades of Turquoise #3DFEBB

Tints of Turquoise #3DFEBB

Color information

#3DFEBB (or 0x3DFEBB) is unknown color: approx Turquoise. HEX triplet: 3D, FE and BB. RGB value is (61,254,187). Sum of RGB (Red+Green+Blue) = 61+254+187=502 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.15% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFEBB is #C20144. Grayscale: #BCBCBC. Windows color (decimal): -12714309 or 12320317. OLE color: 12320317.

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

Color convert

RGB61254187-
CMYK0.7600.260.00
HSL159.17º98.97%61.76%-
HSV(B)159.17º75.98%99.61%-
XYZ46.3475.4659.14-
YUV188.66127.0636.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.15%
GREEN value IS 254 (99.61% from 255) = 50.60%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=12.15%
G=50.60%
B=37.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal612541870.7600.260.00159.1798.9761.76
Hex3DFEBB4C01A09f633e
Octal75376273114032023714376
Binary111101111111101011101110011000110100100111111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,254,187); }

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

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

 a { background-color: rgb(61,254,187); }

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

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

 span { border-color: rgb(61,254,187); }

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