#3de2f2

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

Shades of Turquoise #3DE2F2

Tints of Turquoise #3DE2F2

Color information

#3DE2F2 (or 0x3DE2F2) is unknown color: approx Turquoise. HEX triplet: 3D, E2 and F2. RGB value is (61,226,242). Sum of RGB (Red+Green+Blue) = 61+226+242=529 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.53% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #3DE2F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DE2F2 is #C21D0D. Grayscale: #B2B2B2. Windows color (decimal): -12721422 or 15917629. OLE color: 15917629.

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

Color convert

RGB61226242-
CMYK0.750.0700.05
HSL185.3º87.44%59.41%-
HSV(B)185.3º74.79%94.9%-
XYZ45.1561.893.55-
YUV178.49163.8444.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.53%
GREEN value IS 226 (88.67% from 255) = 42.72%
BLUE value IS 242 (94.92% from 255) = 45.75%
R=11.53%
G=42.72%
B=45.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal612262420.750.0700.05185.387.4459.41
Hex3DE2F24B705b9573b
Octal7534236211370527112773
Binary111101111000101111001010010111110101101110011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3de2f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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