#3cd4ed

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

Shades of Turquoise #3CD4ED

Tints of Turquoise #3CD4ED

Color information

#3CD4ED (or 0x3CD4ED) is unknown color: approx Turquoise. HEX triplet: 3C, D4 and ED. RGB value is (60,212,237). Sum of RGB (Red+Green+Blue) = 60+212+237=509 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.79% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #3CD4ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CD4ED is #C32B12. Grayscale: #A9A9A9. Windows color (decimal): -12790547 or 15586364. OLE color: 15586364.

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

Color convert

RGB60212237-
CMYK0.750.1100.07
HSL188.47º83.1%58.24%-
HSV(B)188.47º74.68%92.94%-
XYZ40.6954.1688.43-
YUV169.4166.1449.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.79%
GREEN value IS 212 (83.20% from 255) = 41.65%
BLUE value IS 237 (92.97% from 255) = 46.56%
R=11.79%
G=41.65%
B=46.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal602122370.750.1100.07188.4783.158.24
Hex3CD4ED4BB07bc533a
Octal74324355113130727412372
Binary1111001101010011101101100101110110111101111001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cd4ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,212,237); }

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

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

 a { background-color: rgb(60,212,237); }

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

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

 span { border-color: rgb(60,212,237); }

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