Html Css Color HEX #3CCBC9 Medium Turquoise

📋 copy color: '#3CCBC9'

red 60 ◦ green 203 ◦ blue 201

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

Shades of Medium Turquoise #3CCBC9

Tints of Medium Turquoise #3CCBC9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.75%

 BLUE value IS 201 (78.91% from 255) = 43.32%

R = 12.93%
G = 43.75%
B = 43.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#3CCBC9 (or 0x3CCBC9) is known color: Medium Turquoise. HEX triplet: 3C, CB and C9. RGB value is (60,203,201). Sum of RGB (Red+Green+Blue) = 60+203+201=464 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.93% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBC9 is #C33436. Grayscale: #9F9F9F. Windows color (decimal): -12792887 or 13224764. OLE color: 13224764.

HSL color Cylindrical-coordinate representation of color #3CCBC9: hue angle of 179.16º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCBC9 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 203 201 -
CMYK 0.70 0 0.01 0.20
HSL 179.16º 0.58% 0.52% -
HSV(B) 179.16º 0.7% 0.8% -
XYZ 33.76 47.89 62.72 -
YUV 160.02 151.12 56.66 -
System Red Green Blue C M Y K H S L
Decimal 60 203 201 0.70 0 0.01 0.20 179.16 0.58 0.52
Hex 3C CB C9 46 0 1 14 B3 3A 34
Octal 74 313 311 106 0 1 24 263 72 64
Binary 111100 11001011 11001001 1000110 0 1 10100 10110011 111010 110100

Color Harmonies of #3CCBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCBC9

Black with #3CCBC9

Text Example


Text Example

White with #3CCBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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