#3DE5EE

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

Shades of Turquoise #3DE5EE

Tints of Turquoise #3DE5EE

Color information

#3DE5EE (or 0x3DE5EE) is unknown color: approx Turquoise. HEX triplet: 3D, E5 and EE. RGB value is (61,229,238). Sum of RGB (Red+Green+Blue) = 61+229+238=528 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.55% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #3DE5EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DE5EE is #C21A11. Grayscale: #B3B3B3. Windows color (decimal): -12720658 or 15656253. OLE color: 15656253.

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

Color convert

RGB61229238-
CMYK0.740.0400.07
HSL183.05º83.89%58.63%-
HSV(B)183.05º74.37%93.33%-
XYZ45.3863.290.7-
YUV179.79160.8443.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.55%
GREEN value IS 229 (89.84% from 255) = 43.37%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=11.55%
G=43.37%
B=45.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal612292380.740.0400.07183.0583.8958.63
Hex3DE5EE4A407b7543b
Octal7534535611240726712473
Binary111101111001011110111010010101000111101101111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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