Html Css Color HEX #44CBB2 Medium Turquoise

📋 copy color: '#44CBB2'

red 68 ◦ green 203 ◦ blue 178

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

Shades of Medium Turquoise #44CBB2

Tints of Medium Turquoise #44CBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.64%

R = 15.14%
G = 45.21%
B = 39.64%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#44CBB2 (or 0x44CBB2) is known color: Medium Turquoise. HEX triplet: 44, CB and B2. RGB value is (68,203,178). Sum of RGB (Red+Green+Blue) = 68+203+178=449 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.14% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #44CBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CBB2 is #BB344D. Grayscale: #9F9F9F. Windows color (decimal): -12268622 or 11717444. OLE color: 11717444.

HSL color Cylindrical-coordinate representation of color #44CBB2: hue angle of 168.89º 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 #44CBB2 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 203 178 -
CMYK 0.67 0 0.12 0.20
HSL 168.89º 0.56% 0.53% -
HSV(B) 168.89º 0.67% 0.8% -
XYZ 31.78 47.16 49.55 -
YUV 159.79 138.27 62.53 -
System Red Green Blue C M Y K H S L
Decimal 68 203 178 0.67 0 0.12 0.20 168.89 0.56 0.53
Hex 44 CB B2 43 0 C 14 A9 38 35
Octal 104 313 262 103 0 14 24 251 70 65
Binary 1000100 11001011 10110010 1000011 0 1100 10100 10101001 111000 110101

Color Harmonies of #44CBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CBB2

Black with #44CBB2

Text Example


Text Example

White with #44CBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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