#3DE6EE

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

Shades of Turquoise #3DE6EE

Tints of Turquoise #3DE6EE

Color information

#3DE6EE (or 0x3DE6EE) is unknown color: approx Turquoise. HEX triplet: 3D, E6 and EE. RGB value is (61,230,238). Sum of RGB (Red+Green+Blue) = 61+230+238=529 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.53% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #3DE6EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DE6EE is #C21911. Grayscale: #B4B4B4. Windows color (decimal): -12720402 or 15656509. OLE color: 15656509.

HSL color Cylindrical-coordinate representation of color #3DE6EE: hue angle of 182.71º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DE6EE is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB61230238-
CMYK0.740.0300.07
HSL182.71º83.89%58.63%-
HSV(B)182.71º74.37%93.33%-
XYZ45.6563.7690.79-
YUV180.38160.5142.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.53%
GREEN value IS 230 (90.23% from 255) = 43.48%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=11.53%
G=43.48%
B=44.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal612302380.740.0300.07182.7183.8958.63
Hex3DE6EE4A307b7543b
Octal7534635611230726712473
Binary11110111100110111011101001010110111101101111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,230,238); }

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

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

 a { background-color: rgb(61,230,238); }

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

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

 span { border-color: rgb(61,230,238); }

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