Html Css Color HEX #44CEBB Medium Turquoise

📋 copy color: '#44CEBB'

red 68 ◦ green 206 ◦ blue 187

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

Shades of Medium Turquoise #44CEBB

Tints of Medium Turquoise #44CEBB

RGB

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

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

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

R = 14.75%
G = 44.69%
B = 40.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#44CEBB (or 0x44CEBB) is known color: Medium Turquoise. HEX triplet: 44, CE and BB. RGB value is (68,206,187). Sum of RGB (Red+Green+Blue) = 68+206+187=461 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.75% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #44CEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CEBB is #BB3144. Grayscale: #A2A2A2. Windows color (decimal): -12267845 or 12308036. OLE color: 12308036.

HSL color Cylindrical-coordinate representation of color #44CEBB: hue angle of 171.74º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CEBB is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 206 187 -
CMYK 0.67 0 0.09 0.19
HSL 171.74º 0.58% 0.54% -
HSV(B) 171.74º 0.67% 0.81% -
XYZ 33.42 48.96 54.7 -
YUV 162.57 141.78 60.54 -
System Red Green Blue C M Y K H S L
Decimal 68 206 187 0.67 0 0.09 0.19 171.74 0.58 0.54
Hex 44 CE BB 43 0 9 13 AC 3A 36
Octal 104 316 273 103 0 11 23 254 72 66
Binary 1000100 11001110 10111011 1000011 0 1001 10011 10101100 111010 110110

Color Harmonies of #44CEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CEBB

Black with #44CEBB

Text Example


Text Example

White with #44CEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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