Html Css Color HEX #3DCEBC Medium Turquoise

📋 copy color: '#3DCEBC'

red 61 ◦ green 206 ◦ blue 188

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

Shades of Medium Turquoise #3DCEBC

Tints of Medium Turquoise #3DCEBC

RGB

 RED value IS 61 (24.22% from 255) = 13.41%

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

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

R = 13.41%
G = 45.27%
B = 41.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#3DCEBC (or 0x3DCEBC) is known color: Medium Turquoise. HEX triplet: 3D, CE and BC. RGB value is (61,206,188). Sum of RGB (Red+Green+Blue) = 61+206+188=455 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.41% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCEBC is #C23143. Grayscale: #A0A0A0. Windows color (decimal): -12726596 or 12373565. OLE color: 12373565.

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

Color convert

RGB 61 206 188 -
CMYK 0.70 0 0.09 0.19
HSL 172.55º 0.6% 0.52% -
HSV(B) 172.55º 0.7% 0.81% -
XYZ 33.07 48.77 55.25 -
YUV 160.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 61 206 188 0.70 0 0.09 0.19 172.55 0.6 0.52
Hex 3D CE BC 46 0 9 13 AD 3C 34
Octal 75 316 274 106 0 11 23 255 74 64
Binary 111101 11001110 10111100 1000110 0 1001 10011 10101101 111100 110100

Color Harmonies of #3DCEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCEBC

Black with #3DCEBC

Text Example


Text Example

White with #3DCEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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