Html Css Color HEX #44CBBD Medium Turquoise

📋 copy color: '#44CBBD'

red 68 ◦ green 203 ◦ blue 189

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

Shades of Medium Turquoise #44CBBD

Tints of Medium Turquoise #44CBBD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.13%

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 14.78%
G = 44.13%
B = 41.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#44CBBD (or 0x44CBBD) is known color: Medium Turquoise. HEX triplet: 44, CB and BD. RGB value is (68,203,189). Sum of RGB (Red+Green+Blue) = 68+203+189=460 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.78% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #44CBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CBBD is #BB3442. Grayscale: #A0A0A0. Windows color (decimal): -12268611 or 12438340. OLE color: 12438340.

HSL color Cylindrical-coordinate representation of color #44CBBD: hue angle of 173.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CBBD is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 203 189 -
CMYK 0.67 0 0.07 0.20
HSL 173.78º 0.56% 0.53% -
HSV(B) 173.78º 0.67% 0.8% -
XYZ 32.93 47.61 55.6 -
YUV 161.04 143.77 61.64 -
System Red Green Blue C M Y K H S L
Decimal 68 203 189 0.67 0 0.07 0.20 173.78 0.56 0.53
Hex 44 CB BD 43 0 7 14 AE 38 35
Octal 104 313 275 103 0 7 24 256 70 65
Binary 1000100 11001011 10111101 1000011 0 111 10100 10101110 111000 110101

Color Harmonies of #44CBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CBBD

Black with #44CBBD

Text Example


Text Example

White with #44CBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,203,189); }

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

background-color css

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

 a { background-color: rgb(68,203,189); }

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

border-color css

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

 span { border-color: rgb(68,203,189); }

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