#3EE2F2

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

Shades of Turquoise #3EE2F2

Tints of Turquoise #3EE2F2

Color information

#3EE2F2 (or 0x3EE2F2) is unknown color: approx Turquoise. HEX triplet: 3E, E2 and F2. RGB value is (62,226,242). Sum of RGB (Red+Green+Blue) = 62+226+242=530 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.70% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #3EE2F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EE2F2 is #C11D0D. Grayscale: #B2B2B2. Windows color (decimal): -12655886 or 15917630. OLE color: 15917630.

HSL color Cylindrical-coordinate representation of color #3EE2F2: hue angle of 185.33º 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 #3EE2F2 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB62226242-
CMYK0.740.0700.05
HSL185.33º87.38%59.61%-
HSV(B)185.33º74.38%94.9%-
XYZ45.2161.8393.56-
YUV178.79163.6744.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.70%
GREEN value IS 226 (88.67% from 255) = 42.64%
BLUE value IS 242 (94.92% from 255) = 45.66%
R=11.70%
G=42.64%
B=45.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal622262420.740.0700.05185.3387.3859.61
Hex3EE2F24A705b9573c
Octal7634236211270527112774
Binary111110111000101111001010010101110101101110011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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