#3DEADE

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

Shades of Turquoise #3DEADE

Tints of Turquoise #3DEADE

Color information

#3DEADE (or 0x3DEADE) is unknown color: approx Turquoise. HEX triplet: 3D, EA and DE. RGB value is (61,234,222). Sum of RGB (Red+Green+Blue) = 61+234+222=517 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.80% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #3DEADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEADE is #C21521. Grayscale: #B4B4B4. Windows color (decimal): -12719394 or 14608957. OLE color: 14608957.

HSL color Cylindrical-coordinate representation of color #3DEADE: hue angle of 175.84º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEADE is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB61234222-
CMYK0.7400.050.08
HSL175.84º80.47%57.84%-
HSV(B)175.84º73.93%91.76%-
XYZ44.5365.1179.33-
YUV180.9151.1942.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.80%
GREEN value IS 234 (91.80% from 255) = 45.26%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=11.80%
G=45.26%
B=42.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal612342220.7400.050.08175.8480.4757.84
Hex3DEADE4A058b0503a
Octal75352336112051026012072
Binary1111011110101011011110100101001011000101100001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,234,222); }

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

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

 a { background-color: rgb(61,234,222); }

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

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

 span { border-color: rgb(61,234,222); }

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