Html Css Color HEX #3CCBB4 Medium Turquoise

📋 copy color: '#3CCBB4'

red 60 ◦ green 203 ◦ blue 180

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

Shades of Medium Turquoise #3CCBB4

Tints of Medium Turquoise #3CCBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.63%

R = 13.54%
G = 45.82%
B = 40.63%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#3CCBB4 (or 0x3CCBB4) is known color: Medium Turquoise. HEX triplet: 3C, CB and B4. RGB value is (60,203,180). Sum of RGB (Red+Green+Blue) = 60+203+180=443 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.54% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBB4 is #C3344B. Grayscale: #9D9D9D. Windows color (decimal): -12792908 or 11848508. OLE color: 11848508.

HSL color Cylindrical-coordinate representation of color #3CCBB4: hue angle of 170.35º 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 #3CCBB4 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 203 180 -
CMYK 0.70 0 0.11 0.20
HSL 170.35º 0.58% 0.52% -
HSV(B) 170.35º 0.7% 0.8% -
XYZ 31.46 46.97 50.59 -
YUV 157.62 140.62 58.37 -
System Red Green Blue C M Y K H S L
Decimal 60 203 180 0.70 0 0.11 0.20 170.35 0.58 0.52
Hex 3C CB B4 46 0 B 14 AA 3A 34
Octal 74 313 264 106 0 13 24 252 72 64
Binary 111100 11001011 10110100 1000110 0 1011 10100 10101010 111010 110100

Color Harmonies of #3CCBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCBB4

Black with #3CCBB4

Text Example


Text Example

White with #3CCBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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