Html Css Color HEX #3CCCCF Medium Turquoise

📋 copy color: '#3CCCCF'

red 60 ◦ green 204 ◦ blue 207

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

Shades of Medium Turquoise #3CCCCF

Tints of Medium Turquoise #3CCCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.31%

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

R = 12.74%
G = 43.31%
B = 43.95%

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

#3CCCCF (or 0x3CCCCF) is known color: Medium Turquoise. HEX triplet: 3C, CC and CF. RGB value is (60,204,207). Sum of RGB (Red+Green+Blue) = 60+204+207=471 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.74% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #3CCCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCCF is #C33330. Grayscale: #A1A1A1. Windows color (decimal): -12792625 or 13618236. OLE color: 13618236.

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

Color convert

RGB 60 204 207 -
CMYK 0.71 0.01 0 0.19
HSL 181.22º 0.6% 0.52% -
HSV(B) 181.22º 0.71% 0.81% -
XYZ 34.72 48.65 66.59 -
YUV 161.29 153.79 55.76 -
System Red Green Blue C M Y K H S L
Decimal 60 204 207 0.71 0.01 0 0.19 181.22 0.6 0.52
Hex 3C CC CF 47 1 0 13 B5 3C 34
Octal 74 314 317 107 1 0 23 265 74 64
Binary 111100 11001100 11001111 1000111 1 0 10011 10110101 111100 110100

Color Harmonies of #3CCCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCCCF

Black with #3CCCCF

Text Example


Text Example

White with #3CCCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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