Html Css Color HEX #3CD4CE Medium Turquoise

📋 copy color: '#3CD4CE'

red 60 ◦ green 212 ◦ blue 206

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

Shades of Medium Turquoise #3CD4CE

Tints of Medium Turquoise #3CD4CE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.35%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 12.55%
G = 44.35%
B = 43.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#3CD4CE (or 0x3CD4CE) is known color: Medium Turquoise. HEX triplet: 3C, D4 and CE. RGB value is (60,212,206). Sum of RGB (Red+Green+Blue) = 60+212+206=478 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.55% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 212 - color contains mainly: green. Hex color #3CD4CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD4CE is #C32B31. Grayscale: #A5A5A5. Windows color (decimal): -12790578 or 13554748. OLE color: 13554748.

HSL color Cylindrical-coordinate representation of color #3CD4CE: hue angle of 177.63º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD4CE is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 60 212 206 -
CMYK 0.72 0 0.03 0.17
HSL 177.63º 0.64% 0.53% -
HSV(B) 177.63º 0.72% 0.83% -
XYZ 36.55 52.5 66.6 -
YUV 165.87 150.64 52.49 -
System Red Green Blue C M Y K H S L
Decimal 60 212 206 0.72 0 0.03 0.17 177.63 0.64 0.53
Hex 3C D4 CE 48 0 3 11 B2 40 35
Octal 74 324 316 110 0 3 21 262 100 65
Binary 111100 11010100 11001110 1001000 0 11 10001 10110010 1000000 110101

Color Harmonies of #3CD4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD4CE

Black with #3CD4CE

Text Example


Text Example

White with #3CD4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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