#3cd7de

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

Shades of Turquoise #3CD7DE

Tints of Turquoise #3CD7DE

Color information

#3CD7DE (or 0x3CD7DE) is unknown color: approx Turquoise. HEX triplet: 3C, D7 and DE. RGB value is (60,215,222). Sum of RGB (Red+Green+Blue) = 60+215+222=497 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.07% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #3CD7DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD7DE is #C32821. Grayscale: #A9A9A9. Windows color (decimal): -12789794 or 14604092. OLE color: 14604092.

HSL color Cylindrical-coordinate representation of color #3CD7DE: hue angle of 182.59º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CD7DE is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB60215222-
CMYK0.730.0300.13
HSL182.59º71.05%55.29%-
HSV(B)182.59º72.97%87.06%-
XYZ39.3554.8477.62-
YUV169.45157.6549.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.07%
GREEN value IS 215 (84.38% from 255) = 43.26%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=12.07%
G=43.26%
B=44.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal602152220.730.0300.13182.5971.0555.29
Hex3CD7DE4930Db74737
Octal74327336111301526710767
Binary111100110101111101111010010011101101101101111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cd7de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,215,222); }

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

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

 a { background-color: rgb(60,215,222); }

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

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

 span { border-color: rgb(60,215,222); }

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