Html Css Color HEX #3CBEB9 Medium Turquoise

📋 copy color: '#3CBEB9'

red 60 ◦ green 190 ◦ blue 185

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

Shades of Medium Turquoise #3CBEB9

Tints of Medium Turquoise #3CBEB9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.68%

 BLUE value IS 185 (72.66% from 255) = 42.53%

R = 13.79%
G = 43.68%
B = 42.53%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#3CBEB9 (or 0x3CBEB9) is known color: Medium Turquoise. HEX triplet: 3C, BE and B9. RGB value is (60,190,185). Sum of RGB (Red+Green+Blue) = 60+190+185=435 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.79% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBEB9 is #C34146. Grayscale: #969696. Windows color (decimal): -12796231 or 12172860. OLE color: 12172860.

HSL color Cylindrical-coordinate representation of color #3CBEB9: hue angle of 177.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBEB9 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 190 185 -
CMYK 0.68 0 0.03 0.25
HSL 177.69º 0.52% 0.49% -
HSV(B) 177.69º 0.68% 0.75% -
XYZ 29.03 41.29 52.34 -
YUV 150.56 147.43 63.41 -
System Red Green Blue C M Y K H S L
Decimal 60 190 185 0.68 0 0.03 0.25 177.69 0.52 0.49
Hex 3C BE B9 44 0 3 19 B2 34 31
Octal 74 276 271 104 0 3 31 262 64 61
Binary 111100 10111110 10111001 1000100 0 11 11001 10110010 110100 110001

Color Harmonies of #3CBEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBEB9

Black with #3CBEB9

Text Example


Text Example

White with #3CBEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,190,185); }

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

background-color css

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

 a { background-color: rgb(60,190,185); }

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

border-color css

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

 span { border-color: rgb(60,190,185); }

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