Html Css Color HEX #3DBEB7 Medium Turquoise

📋 copy color: '#3DBEB7'

red 61 ◦ green 190 ◦ blue 183

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

Shades of Medium Turquoise #3DBEB7

Tints of Medium Turquoise #3DBEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.17%

R = 14.06%
G = 43.78%
B = 42.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#3DBEB7 (or 0x3DBEB7) is known color: Medium Turquoise. HEX triplet: 3D, BE and B7. RGB value is (61,190,183). Sum of RGB (Red+Green+Blue) = 61+190+183=434 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.06% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBEB7 is #C24148. Grayscale: #969696. Windows color (decimal): -12730697 or 12041789. OLE color: 12041789.

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

Color convert

RGB 61 190 183 -
CMYK 0.68 0 0.04 0.25
HSL 176.74º 0.51% 0.49% -
HSV(B) 176.74º 0.68% 0.75% -
XYZ 28.89 41.24 51.24 -
YUV 150.63 146.26 64.07 -
System Red Green Blue C M Y K H S L
Decimal 61 190 183 0.68 0 0.04 0.25 176.74 0.51 0.49
Hex 3D BE B7 44 0 4 19 B1 33 31
Octal 75 276 267 104 0 4 31 261 63 61
Binary 111101 10111110 10110111 1000100 0 100 11001 10110001 110011 110001

Color Harmonies of #3DBEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBEB7

Black with #3DBEB7

Text Example


Text Example

White with #3DBEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,190,183); }

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

background-color css

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

 a { background-color: rgb(61,190,183); }

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

border-color css

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

 span { border-color: rgb(61,190,183); }

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