Html Css Color HEX #3DBEB4 Medium Turquoise

📋 copy color: '#3DBEB4'

red 61 ◦ green 190 ◦ blue 180

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

Shades of Medium Turquoise #3DBEB4

Tints of Medium Turquoise #3DBEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.76%

R = 14.15%
G = 44.08%
B = 41.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#3DBEB4 (or 0x3DBEB4) is known color: Medium Turquoise. HEX triplet: 3D, BE and B4. RGB value is (61,190,180). Sum of RGB (Red+Green+Blue) = 61+190+180=431 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.15% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBEB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DBEB4 is #C2414B. Grayscale: #969696. Windows color (decimal): -12730700 or 11845181. OLE color: 11845181.

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

Color convert

RGB 61 190 180 -
CMYK 0.68 0 0.05 0.25
HSL 175.35º 0.51% 0.49% -
HSV(B) 175.35º 0.68% 0.75% -
XYZ 28.58 41.11 49.61 -
YUV 150.29 144.76 64.31 -
System Red Green Blue C M Y K H S L
Decimal 61 190 180 0.68 0 0.05 0.25 175.35 0.51 0.49
Hex 3D BE B4 44 0 5 19 AF 33 31
Octal 75 276 264 104 0 5 31 257 63 61
Binary 111101 10111110 10110100 1000100 0 101 11001 10101111 110011 110001

Color Harmonies of #3DBEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBEB4

Black with #3DBEB4

Text Example


Text Example

White with #3DBEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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