Html Css Color HEX #3CCFCD Medium Turquoise

📋 copy color: '#3CCFCD'

red 60 ◦ green 207 ◦ blue 205

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

Shades of Medium Turquoise #3CCFCD

Tints of Medium Turquoise #3CCFCD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.86%

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 12.71%
G = 43.86%
B = 43.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#3CCFCD (or 0x3CCFCD) is known color: Medium Turquoise. HEX triplet: 3C, CF and CD. RGB value is (60,207,205). Sum of RGB (Red+Green+Blue) = 60+207+205=472 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.71% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCFCD is #C33032. Grayscale: #A2A2A2. Windows color (decimal): -12791859 or 13487932. OLE color: 13487932.

HSL color Cylindrical-coordinate representation of color #3CCFCD: hue angle of 179.18º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCFCD is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 207 205 -
CMYK 0.71 0 0.01 0.19
HSL 179.18º 0.6% 0.52% -
HSV(B) 179.18º 0.71% 0.81% -
XYZ 35.2 49.99 65.55 -
YUV 162.82 151.8 54.66 -
System Red Green Blue C M Y K H S L
Decimal 60 207 205 0.71 0 0.01 0.19 179.18 0.6 0.52
Hex 3C CF CD 47 0 1 13 B3 3C 34
Octal 74 317 315 107 0 1 23 263 74 64
Binary 111100 11001111 11001101 1000111 0 1 10011 10110011 111100 110100

Color Harmonies of #3CCFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCFCD

Black with #3CCFCD

Text Example


Text Example

White with #3CCFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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