Html Css Color HEX #44BEBB Medium Turquoise

📋 copy color: '#44BEBB'

red 68 ◦ green 190 ◦ blue 187

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

Shades of Medium Turquoise #44BEBB

Tints of Medium Turquoise #44BEBB

RGB

 RED value IS 68 (26.95% from 255) = 15.28%

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

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 15.28%
G = 42.7%
B = 42.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#44BEBB (or 0x44BEBB) is known color: Medium Turquoise. HEX triplet: 44, BE and BB. RGB value is (68,190,187). Sum of RGB (Red+Green+Blue) = 68+190+187=445 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.28% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #44BEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BEBB is #BB4144. Grayscale: #999999. Windows color (decimal): -12271941 or 12303940. OLE color: 12303940.

HSL color Cylindrical-coordinate representation of color #44BEBB: hue angle of 178.52º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BEBB is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 190 187 -
CMYK 0.64 0 0.02 0.25
HSL 178.52º 0.48% 0.51% -
HSV(B) 178.52º 0.64% 0.75% -
XYZ 29.77 41.64 53.48 -
YUV 153.18 147.08 67.24 -
System Red Green Blue C M Y K H S L
Decimal 68 190 187 0.64 0 0.02 0.25 178.52 0.48 0.51
Hex 44 BE BB 40 0 2 19 B3 30 33
Octal 104 276 273 100 0 2 31 263 60 63
Binary 1000100 10111110 10111011 1000000 0 10 11001 10110011 110000 110011

Color Harmonies of #44BEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BEBB

Black with #44BEBB

Text Example


Text Example

White with #44BEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44BEBB; }

 p { color: rgb(68,190,187); }

 H1.HeaderClassName
 {
   color: #44BEBB;
 }
 .AnyTagClassName
 {
   color: #44BEBB;
 }
</style>

background-color css

<style>
 a { background-color: #44BEBB; }

 a { background-color: rgb(68,190,187); }

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

border-color css

<style>
 span { border-color: #44BEBB; }

 span { border-color: rgb(68,190,187); }

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