#3EDEF1

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

Shades of Turquoise #3EDEF1

Tints of Turquoise #3EDEF1

Color information

#3EDEF1 (or 0x3EDEF1) is unknown color: approx Turquoise. HEX triplet: 3E, DE and F1. RGB value is (62,222,241). Sum of RGB (Red+Green+Blue) = 62+222+241=525 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.81% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #3EDEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDEF1 is #C1210E. Grayscale: #B0B0B0. Windows color (decimal): -12656911 or 15851070. OLE color: 15851070.

HSL color Cylindrical-coordinate representation of color #3EDEF1: hue angle of 186.37º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EDEF1 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB62222241-
CMYK0.740.0800.05
HSL186.37º86.47%59.41%-
HSV(B)186.37º74.27%94.51%-
XYZ43.9959.6292.41-
YUV176.33164.4946.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.81%
GREEN value IS 222 (87.11% from 255) = 42.29%
BLUE value IS 241 (94.53% from 255) = 45.90%
R=11.81%
G=42.29%
B=45.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal622222410.740.0800.05186.3786.4759.41
Hex3EDEF14A805ba563b
Octal76336361112100527212673
Binary1111101101111011110001100101010000101101110101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,222,241); }

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

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

 a { background-color: rgb(62,222,241); }

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

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

 span { border-color: rgb(62,222,241); }

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