Html Css Color HEX #3CCDCF Medium Turquoise

📋 copy color: '#3CCDCF'

red 60 ◦ green 205 ◦ blue 207

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

Shades of Medium Turquoise #3CCDCF

Tints of Medium Turquoise #3CCDCF

RGB

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

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

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

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

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 60 205 207 -
CMYK 0.71 0.01 0 0.19
HSL 180.82º 0.6% 0.52% -
HSV(B) 180.82º 0.71% 0.81% -
XYZ 34.96 49.13 66.67 -
YUV 161.87 153.46 55.34 -
System Red Green Blue C M Y K H S L
Decimal 60 205 207 0.71 0.01 0 0.19 180.82 0.6 0.52
Hex 3C CD CF 47 1 0 13 B5 3C 34
Octal 74 315 317 107 1 0 23 265 74 64
Binary 111100 11001101 11001111 1000111 1 0 10011 10110101 111100 110100

Color Harmonies of #3CCDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCDCF

Black with #3CCDCF

Text Example


Text Example

White with #3CCDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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