Html Css Color HEX #3CD2CE Medium Turquoise

📋 copy color: '#3CD2CE'

red 60 ◦ green 210 ◦ blue 206

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

Shades of Medium Turquoise #3CD2CE

Tints of Medium Turquoise #3CD2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.12%

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

R = 12.61%
G = 44.12%
B = 43.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#3CD2CE (or 0x3CD2CE) is known color: Medium Turquoise. HEX triplet: 3C, D2 and CE. RGB value is (60,210,206). Sum of RGB (Red+Green+Blue) = 60+210+206=476 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.61% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD2CE is #C32D31. Grayscale: #A4A4A4. Windows color (decimal): -12791090 or 13554236. OLE color: 13554236.

HSL color Cylindrical-coordinate representation of color #3CD2CE: hue angle of 178.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD2CE is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 60 210 206 -
CMYK 0.71 0 0.02 0.18
HSL 178.4º 0.63% 0.53% -
HSV(B) 178.4º 0.71% 0.82% -
XYZ 36.05 51.51 66.43 -
YUV 164.69 151.31 53.33 -
System Red Green Blue C M Y K H S L
Decimal 60 210 206 0.71 0 0.02 0.18 178.4 0.63 0.53
Hex 3C D2 CE 47 0 2 12 B2 3E 35
Octal 74 322 316 107 0 2 22 262 76 65
Binary 111100 11010010 11001110 1000111 0 10 10010 10110010 111110 110101

Color Harmonies of #3CD2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD2CE

Black with #3CD2CE

Text Example


Text Example

White with #3CD2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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