#3DE0F4

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

Shades of Turquoise #3DE0F4

Tints of Turquoise #3DE0F4

Color information

#3DE0F4 (or 0x3DE0F4) is unknown color: approx Turquoise. HEX triplet: 3D, E0 and F4. RGB value is (61,224,244). Sum of RGB (Red+Green+Blue) = 61+224+244=529 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.53% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #3DE0F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DE0F4 is #C21F0B. Grayscale: #B1B1B1. Windows color (decimal): -12721932 or 16048189. OLE color: 16048189.

HSL color Cylindrical-coordinate representation of color #3DE0F4: hue angle of 186.56º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DE0F4 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB61224244-
CMYK0.750.0800.04
HSL186.56º89.27%59.8%-
HSV(B)186.56º75%95.69%-
XYZ44.9160.8494.96-
YUV177.54165.544.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.53%
GREEN value IS 224 (87.89% from 255) = 42.34%
BLUE value IS 244 (95.70% from 255) = 46.12%
R=11.53%
G=42.34%
B=46.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal612242440.750.0800.04186.5689.2759.8
Hex3DE0F44B804bb593c
Octal75340364113100427313174
Binary1111011110000011110100100101110000100101110111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,224,244); }

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

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

 a { background-color: rgb(61,224,244); }

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

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

 span { border-color: rgb(61,224,244); }

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