Html Css Color HEX #3CD3DF Medium Turquoise

📋 copy color: '#3CD3DF'

red 60 ◦ green 211 ◦ blue 223

#3CD3DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #3CD3DF

Tints of Medium Turquoise #3CD3DF

RGB

 RED value IS 60 (23.83% from 255) = 12.15%

 GREEN value IS 211 (82.81% from 255) = 42.71%

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 12.15%
G = 42.71%
B = 45.14%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3CD3DF (or 0x3CD3DF) is known color: Medium Turquoise. HEX triplet: 3C, D3 and DF. RGB value is (60,211,223). Sum of RGB (Red+Green+Blue) = 60+211+223=494 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.15% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CD3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD3DF is #C32C20. Grayscale: #A7A7A7. Windows color (decimal): -12790817 or 14668604. OLE color: 14668604.

HSL color Cylindrical-coordinate representation of color #3CD3DF: hue angle of 184.42º degrees, saturation: 0.72, 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 #3CD3DF is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 211 223 -
CMYK 0.73 0.05 0 0.13
HSL 184.42º 0.72% 0.55% -
HSV(B) 184.42º 0.73% 0.87% -
XYZ 38.48 52.88 77.99 -
YUV 167.22 159.47 51.52 -
System Red Green Blue C M Y K H S L
Decimal 60 211 223 0.73 0.05 0 0.13 184.42 0.72 0.55
Hex 3C D3 DF 49 5 0 D B8 48 37
Octal 74 323 337 111 5 0 15 270 110 67
Binary 111100 11010011 11011111 1001001 101 0 1101 10111000 1001000 110111

Color Harmonies of #3CD3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD3DF

Black with #3CD3DF

Text Example


Text Example

White with #3CD3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,211,223); }

 H1.HeaderClassName
 {
   color: #3CD3DF;
 }
 .AnyTagClassName
 {
   color: #3CD3DF;
 }
</style>

background-color css

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

 a { background-color: rgb(60,211,223); }

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

border-color css

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

 span { border-color: rgb(60,211,223); }

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