Html Css Color HEX #44ECBB Turquoise

📋 copy color: '#44ECBB'

red 68 ◦ green 236 ◦ blue 187

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

Shades of Turquoise #44ECBB

Tints of Turquoise #44ECBB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.07%

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

R = 13.85%
G = 48.07%
B = 38.09%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#44ECBB (or 0x44ECBB) is known color: Turquoise. HEX triplet: 44, EC and BB. RGB value is (68,236,187). Sum of RGB (Red+Green+Blue) = 68+236+187=491 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.85% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #44ECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44ECBB is #BB1344. Grayscale: #B4B4B4. Windows color (decimal): -12260165 or 12315716. OLE color: 12315716.

HSL color Cylindrical-coordinate representation of color #44ECBB: hue angle of 162.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44ECBB is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 236 187 -
CMYK 0.71 0 0.21 0.07
HSL 162.5º 0.82% 0.6% -
HSV(B) 162.5º 0.71% 0.93% -
XYZ 41.35 64.81 57.34 -
YUV 180.18 131.84 47.98 -
System Red Green Blue C M Y K H S L
Decimal 68 236 187 0.71 0 0.21 0.07 162.5 0.82 0.6
Hex 44 EC BB 47 0 15 7 A2 52 3C
Octal 104 354 273 107 0 25 7 242 122 74
Binary 1000100 11101100 10111011 1000111 0 10101 111 10100010 1010010 111100

Color Harmonies of #44ECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44ECBB

Black with #44ECBB

Text Example


Text Example

White with #44ECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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