#3EE3F2

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

Shades of Turquoise #3EE3F2

Tints of Turquoise #3EE3F2

Color information

#3EE3F2 (or 0x3EE3F2) is unknown color: approx Turquoise. HEX triplet: 3E, E3 and F2. RGB value is (62,227,242). Sum of RGB (Red+Green+Blue) = 62+227+242=531 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.68% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #3EE3F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EE3F2 is #C11C0D. Grayscale: #B3B3B3. Windows color (decimal): -12655630 or 15917886. OLE color: 15917886.

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

Color convert

RGB62227242-
CMYK0.740.0600.05
HSL185º87.38%59.61%-
HSV(B)185º74.38%94.9%-
XYZ45.4862.3793.65-
YUV179.38163.3444.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.68%
GREEN value IS 227 (89.06% from 255) = 42.75%
BLUE value IS 242 (94.92% from 255) = 45.57%
R=11.68%
G=42.75%
B=45.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal622272420.740.0600.0518587.3859.61
Hex3EE3F24A605b9573c
Octal7634336211260527112774
Binary111110111000111111001010010101100101101110011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,227,242); }

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

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

 a { background-color: rgb(62,227,242); }

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

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

 span { border-color: rgb(62,227,242); }

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