Html Css Color HEX #3CD0DF Medium Turquoise

📋 copy color: '#3CD0DF'

red 60 ◦ green 208 ◦ blue 223

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

Shades of Medium Turquoise #3CD0DF

Tints of Medium Turquoise #3CD0DF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.36%

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

R = 12.22%
G = 42.36%
B = 45.42%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3CD0DF (or 0x3CD0DF) is known color: Medium Turquoise. HEX triplet: 3C, D0 and DF. RGB value is (60,208,223). Sum of RGB (Red+Green+Blue) = 60+208+223=491 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.22% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CD0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD0DF is #C32F20. Grayscale: #A5A5A5. Windows color (decimal): -12791585 or 14667836. OLE color: 14667836.

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

Color convert

RGB 60 208 223 -
CMYK 0.73 0.07 0 0.13
HSL 185.52º 0.72% 0.55% -
HSV(B) 185.52º 0.73% 0.87% -
XYZ 37.74 51.4 77.74 -
YUV 165.46 160.47 52.78 -
System Red Green Blue C M Y K H S L
Decimal 60 208 223 0.73 0.07 0 0.13 185.52 0.72 0.55
Hex 3C D0 DF 49 7 0 D BA 48 37
Octal 74 320 337 111 7 0 15 272 110 67
Binary 111100 11010000 11011111 1001001 111 0 1101 10111010 1001000 110111

Color Harmonies of #3CD0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD0DF

Black with #3CD0DF

Text Example


Text Example

White with #3CD0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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