#3DE1FC

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

Shades of Turquoise #3DE1FC

Tints of Turquoise #3DE1FC

Color information

#3DE1FC (or 0x3DE1FC) is unknown color: approx Turquoise. HEX triplet: 3D, E1 and FC. RGB value is (61,225,252). Sum of RGB (Red+Green+Blue) = 61+225+252=538 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.34% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #3DE1FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DE1FC is #C21E03. Grayscale: #B2B2B2. Windows color (decimal): -12721668 or 16572733. OLE color: 16572733.

HSL color Cylindrical-coordinate representation of color #3DE1FC: hue angle of 188.48º 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 #3DE1FC is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB61225252-
CMYK0.760.1100.01
HSL188.48º96.95%61.37%-
HSV(B)188.48º75.79%98.82%-
XYZ46.4261.87101.59-
YUV179.04169.1743.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.34%
GREEN value IS 225 (88.28% from 255) = 41.82%
BLUE value IS 252 (98.83% from 255) = 46.84%
R=11.34%
G=41.82%
B=46.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal612252520.760.1100.01188.4896.9561.37
Hex3DE1FC4CB01bc613d
Octal75341374114130127414175
Binary11110111100001111111001001100101101101111001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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