Html Css Color HEX #44CFBB Medium Turquoise

📋 copy color: '#44CFBB'

red 68 ◦ green 207 ◦ blue 187

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

Shades of Medium Turquoise #44CFBB

Tints of Medium Turquoise #44CFBB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.81%

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

R = 14.72%
G = 44.81%
B = 40.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#44CFBB (or 0x44CFBB) is known color: Medium Turquoise. HEX triplet: 44, CF and BB. RGB value is (68,207,187). Sum of RGB (Red+Green+Blue) = 68+207+187=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #44CFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CFBB is #BB3044. Grayscale: #A3A3A3. Windows color (decimal): -12267589 or 12308292. OLE color: 12308292.

HSL color Cylindrical-coordinate representation of color #44CFBB: hue angle of 171.37º degrees, saturation: 0.59, 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 #44CFBB is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 207 187 -
CMYK 0.67 0 0.10 0.19
HSL 171.37º 0.59% 0.54% -
HSV(B) 171.37º 0.67% 0.81% -
XYZ 33.67 49.44 54.78 -
YUV 163.16 141.45 60.13 -
System Red Green Blue C M Y K H S L
Decimal 68 207 187 0.67 0 0.10 0.19 171.37 0.59 0.54
Hex 44 CF BB 43 0 A 13 AB 3B 36
Octal 104 317 273 103 0 12 23 253 73 66
Binary 1000100 11001111 10111011 1000011 0 1010 10011 10101011 111011 110110

Color Harmonies of #44CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CFBB

Black with #44CFBB

Text Example


Text Example

White with #44CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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