#3DE4CC

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

Shades of Turquoise #3DE4CC

Tints of Turquoise #3DE4CC

Color information

#3DE4CC (or 0x3DE4CC) is unknown color: approx Turquoise. HEX triplet: 3D, E4 and CC. RGB value is (61,228,204). Sum of RGB (Red+Green+Blue) = 61+228+204=493 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.37% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 228 - color contains mainly: green. Hex color #3DE4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE4CC is #C21B33. Grayscale: #AFAFAF. Windows color (decimal): -12720948 or 13427773. OLE color: 13427773.

HSL color Cylindrical-coordinate representation of color #3DE4CC: hue angle of 171.38º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE4CC is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB61228204-
CMYK0.7300.110.11
HSL171.38º75.57%56.67%-
HSV(B)171.38º73.25%89.41%-
XYZ40.5760.8466.73-
YUV175.33144.1746.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.37%
GREEN value IS 228 (89.45% from 255) = 46.25%
BLUE value IS 204 (80.08% from 255) = 41.38%
R=12.37%
G=46.25%
B=41.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal612282040.7300.110.11171.3875.5756.67
Hex3DE4CC490BBab4c39
Octal753443141110131325311471
Binary11110111100100110011001001001010111011101010111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,228,204); }

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

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

 a { background-color: rgb(61,228,204); }

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

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

 span { border-color: rgb(61,228,204); }

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