Html Css Color HEX #3CC9CC Medium Turquoise

📋 copy color: '#3CC9CC'

red 60 ◦ green 201 ◦ blue 204

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

Shades of Medium Turquoise #3CC9CC

Tints of Medium Turquoise #3CC9CC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.23%

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 12.9%
G = 43.23%
B = 43.87%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3CC9CC (or 0x3CC9CC) is known color: Medium Turquoise. HEX triplet: 3C, C9 and CC. RGB value is (60,201,204). Sum of RGB (Red+Green+Blue) = 60+201+204=465 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.90% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #3CC9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC9CC is #C33633. Grayscale: #9F9F9F. Windows color (decimal): -12793396 or 13420860. OLE color: 13420860.

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

Color convert

RGB 60 201 204 -
CMYK 0.71 0.01 0 0.2
HSL 181.25º 0.59% 0.52% -
HSV(B) 181.25º 0.71% 0.8% -
XYZ 33.65 47.09 64.44 -
YUV 159.18 153.29 57.26 -
System Red Green Blue C M Y K H S L
Decimal 60 201 204 0.71 0.01 0 0.2 181.25 0.59 0.52
Hex 3C C9 CC 47 1 0 14 B5 3B 34
Octal 74 311 314 107 1 0 24 265 73 64
Binary 111100 11001001 11001100 1000111 1 0 10100 10110101 111011 110100

Color Harmonies of #3CC9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC9CC

Black with #3CC9CC

Text Example


Text Example

White with #3CC9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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