#3DEDE3

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

Shades of Turquoise #3DEDE3

Tints of Turquoise #3DEDE3

Color information

#3DEDE3 (or 0x3DEDE3) is unknown color: approx Turquoise. HEX triplet: 3D, ED and E3. RGB value is (61,237,227). Sum of RGB (Red+Green+Blue) = 61+237+227=525 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.62% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEDE3 is #C2121C. Grayscale: #B7B7B7. Windows color (decimal): -12718621 or 14937405. OLE color: 14937405.

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

Color convert

RGB61237227-
CMYK0.7400.040.07
HSL176.59º83.02%58.43%-
HSV(B)176.59º74.26%92.94%-
XYZ46.0767.1183.2-
YUV183.24152.6940.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.62%
GREEN value IS 237 (92.97% from 255) = 45.14%
BLUE value IS 227 (89.06% from 255) = 43.24%
R=11.62%
G=45.14%
B=43.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal612372270.7400.040.07176.5983.0258.43
Hex3DEDE34A047b1533a
Octal7535534311204726112372
Binary111101111011011110001110010100100111101100011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,237,227); }

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

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

 a { background-color: rgb(61,237,227); }

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

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

 span { border-color: rgb(61,237,227); }

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