#3DEDE6

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

Shades of Turquoise #3DEDE6

Tints of Turquoise #3DEDE6

Color information

#3DEDE6 (or 0x3DEDE6) is unknown color: approx Turquoise. HEX triplet: 3D, ED and E6. RGB value is (61,237,230). Sum of RGB (Red+Green+Blue) = 61+237+230=528 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.55% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEDE6 is #C21219. Grayscale: #B7B7B7. Windows color (decimal): -12718618 or 15134013. OLE color: 15134013.

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

Color convert

RGB61237230-
CMYK0.7400.030.07
HSL177.61º83.02%58.43%-
HSV(B)177.61º74.26%92.94%-
XYZ46.4967.2785.4-
YUV183.58154.1940.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.55%
GREEN value IS 237 (92.97% from 255) = 44.89%
BLUE value IS 230 (90.23% from 255) = 43.56%
R=11.55%
G=44.89%
B=43.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal612372300.7400.030.07177.6183.0258.43
Hex3DEDE64A037b2533a
Octal7535534611203726212372
Binary11110111101101111001101001010011111101100101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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