Html Css Color HEX #3CD2CF Medium Turquoise

📋 copy color: '#3CD2CF'

red 60 ◦ green 210 ◦ blue 207

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

Shades of Medium Turquoise #3CD2CF

Tints of Medium Turquoise #3CD2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.4%

R = 12.58%
G = 44.03%
B = 43.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#3CD2CF (or 0x3CD2CF) is known color: Medium Turquoise. HEX triplet: 3C, D2 and CF. RGB value is (60,210,207). Sum of RGB (Red+Green+Blue) = 60+210+207=477 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.58% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD2CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD2CF is #C32D30. Grayscale: #A4A4A4. Windows color (decimal): -12791089 or 13619772. OLE color: 13619772.

HSL color Cylindrical-coordinate representation of color #3CD2CF: hue angle of 178.8º 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 #3CD2CF is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 60 210 207 -
CMYK 0.71 0 0.01 0.18
HSL 178.8º 0.63% 0.53% -
HSV(B) 178.8º 0.71% 0.82% -
XYZ 36.17 51.56 67.08 -
YUV 164.81 151.81 53.24 -
System Red Green Blue C M Y K H S L
Decimal 60 210 207 0.71 0 0.01 0.18 178.8 0.63 0.53
Hex 3C D2 CF 47 0 1 12 B3 3E 35
Octal 74 322 317 107 0 1 22 263 76 65
Binary 111100 11010010 11001111 1000111 0 1 10010 10110011 111110 110101

Color Harmonies of #3CD2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD2CF

Black with #3CD2CF

Text Example


Text Example

White with #3CD2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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