Html Css Color HEX #44BEBA Medium Turquoise

📋 copy color: '#44BEBA'

red 68 ◦ green 190 ◦ blue 186

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

Shades of Medium Turquoise #44BEBA

Tints of Medium Turquoise #44BEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 15.32%
G = 42.79%
B = 41.89%

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

#44BEBA (or 0x44BEBA) is known color: Medium Turquoise. HEX triplet: 44, BE and BA. RGB value is (68,190,186). Sum of RGB (Red+Green+Blue) = 68+190+186=444 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.32% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #44BEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BEBA is #BB4145. Grayscale: #989898. Windows color (decimal): -12271942 or 12238404. OLE color: 12238404.

HSL color Cylindrical-coordinate representation of color #44BEBA: hue angle of 178.03º 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 #44BEBA is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 190 186 -
CMYK 0.64 0 0.02 0.25
HSL 178.03º 0.48% 0.51% -
HSV(B) 178.03º 0.64% 0.75% -
XYZ 29.66 41.6 52.92 -
YUV 153.07 146.58 67.33 -
System Red Green Blue C M Y K H S L
Decimal 68 190 186 0.64 0 0.02 0.25 178.03 0.48 0.51
Hex 44 BE BA 40 0 2 19 B2 30 33
Octal 104 276 272 100 0 2 31 262 60 63
Binary 1000100 10111110 10111010 1000000 0 10 11001 10110010 110000 110011

Color Harmonies of #44BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BEBA

Black with #44BEBA

Text Example


Text Example

White with #44BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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