Html Css Color HEX #3CBEBC Medium Turquoise

📋 copy color: '#3CBEBC'

red 60 ◦ green 190 ◦ blue 188

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

Shades of Medium Turquoise #3CBEBC

Tints of Medium Turquoise #3CBEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 13.7%
G = 43.38%
B = 42.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#3CBEBC (or 0x3CBEBC) is known color: Medium Turquoise. HEX triplet: 3C, BE and BC. RGB value is (60,190,188). Sum of RGB (Red+Green+Blue) = 60+190+188=438 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.70% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBEBC is #C34143. Grayscale: #969696. Windows color (decimal): -12796228 or 12369468. OLE color: 12369468.

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

Color convert

RGB 60 190 188 -
CMYK 0.68 0 0.01 0.25
HSL 179.08º 0.52% 0.49% -
HSV(B) 179.08º 0.68% 0.75% -
XYZ 29.35 41.42 54.02 -
YUV 150.9 148.93 63.16 -
System Red Green Blue C M Y K H S L
Decimal 60 190 188 0.68 0 0.01 0.25 179.08 0.52 0.49
Hex 3C BE BC 44 0 1 19 B3 34 31
Octal 74 276 274 104 0 1 31 263 64 61
Binary 111100 10111110 10111100 1000100 0 1 11001 10110011 110100 110001

Color Harmonies of #3CBEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBEBC

Black with #3CBEBC

Text Example


Text Example

White with #3CBEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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