#3DFCE8

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

Shades of Turquoise #3DFCE8

Tints of Turquoise #3DFCE8

Color information

#3DFCE8 (or 0x3DFCE8) is unknown color: approx Turquoise. HEX triplet: 3D, FC and E8. RGB value is (61,252,232). Sum of RGB (Red+Green+Blue) = 61+252+232=545 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.19% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFCE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFCE8 is #C20317. Grayscale: #C0C0C0. Windows color (decimal): -12714776 or 15268925. OLE color: 15268925.

HSL color Cylindrical-coordinate representation of color #3DFCE8: hue angle of 173.72º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFCE8 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB61252232-
CMYK0.7600.080.01
HSL173.72º96.95%61.37%-
HSV(B)173.72º75.79%98.82%-
XYZ51.376.4488.39-
YUV192.61150.2234.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.19%
GREEN value IS 252 (98.83% from 255) = 46.24%
BLUE value IS 232 (91.02% from 255) = 42.57%
R=11.19%
G=46.24%
B=42.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal612522320.7600.080.01173.7296.9561.37
Hex3DFCE84C081ae613d
Octal75374350114010125614175
Binary11110111111100111010001001100010001101011101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,252,232); }

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

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

 a { background-color: rgb(61,252,232); }

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

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

 span { border-color: rgb(61,252,232); }

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