#3DE0CA

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

Shades of Turquoise #3DE0CA

Tints of Turquoise #3DE0CA

Color information

#3DE0CA (or 0x3DE0CA) is unknown color: approx Turquoise. HEX triplet: 3D, E0 and CA. RGB value is (61,224,202). Sum of RGB (Red+Green+Blue) = 61+224+202=487 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.53% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #3DE0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE0CA is #C21F35. Grayscale: #ACACAC. Windows color (decimal): -12721974 or 13295677. OLE color: 13295677.

HSL color Cylindrical-coordinate representation of color #3DE0CA: hue angle of 171.9º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE0CA is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB61224202-
CMYK0.7300.100.12
HSL171.9º72.44%55.88%-
HSV(B)171.9º72.77%87.84%-
XYZ39.2458.5765.11-
YUV172.76144.548.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.53%
GREEN value IS 224 (87.89% from 255) = 46.00%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=12.53%
G=46.00%
B=41.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal612242020.7300.100.12171.972.4455.88
Hex3DE0CA490ACac4838
Octal753403121110121425411070
Binary11110111100000110010101001001010101100101011001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,224,202); }

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

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

 a { background-color: rgb(61,224,202); }

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

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

 span { border-color: rgb(61,224,202); }

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