Html Css Color HEX #3CCEBC Medium Turquoise

📋 copy color: '#3CCEBC'

red 60 ◦ green 206 ◦ blue 188

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

Shades of Medium Turquoise #3CCEBC

Tints of Medium Turquoise #3CCEBC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.37%

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

R = 13.22%
G = 45.37%
B = 41.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#3CCEBC (or 0x3CCEBC) is known color: Medium Turquoise. HEX triplet: 3C, CE and BC. RGB value is (60,206,188). Sum of RGB (Red+Green+Blue) = 60+206+188=454 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.22% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCEBC is #C33143. Grayscale: #A0A0A0. Windows color (decimal): -12792132 or 12373564. OLE color: 12373564.

HSL color Cylindrical-coordinate representation of color #3CCEBC: hue angle of 172.6º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCEBC is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 206 188 -
CMYK 0.71 0 0.09 0.19
HSL 172.6º 0.6% 0.52% -
HSV(B) 172.6º 0.71% 0.81% -
XYZ 33.01 48.73 55.24 -
YUV 160.29 143.63 56.46 -
System Red Green Blue C M Y K H S L
Decimal 60 206 188 0.71 0 0.09 0.19 172.6 0.6 0.52
Hex 3C CE BC 47 0 9 13 AD 3C 34
Octal 74 316 274 107 0 11 23 255 74 64
Binary 111100 11001110 10111100 1000111 0 1001 10011 10101101 111100 110100

Color Harmonies of #3CCEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCEBC

Black with #3CCEBC

Text Example


Text Example

White with #3CCEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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