Html Css Color HEX #44DBF0 Turquoise

📋 copy color: '#44DBF0'

red 68 ◦ green 219 ◦ blue 240

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

Shades of Turquoise #44DBF0

Tints of Turquoise #44DBF0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.56%

 BLUE value IS 240 (94.14% from 255) = 45.54%

R = 12.9%
G = 41.56%
B = 45.54%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#44DBF0 (or 0x44DBF0) is known color: Turquoise. HEX triplet: 44, DB and F0. RGB value is (68,219,240). Sum of RGB (Red+Green+Blue) = 68+219+240=527 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.90% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #44DBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DBF0 is #BB240F. Grayscale: #B0B0B0. Windows color (decimal): -12264464 or 15784772. OLE color: 15784772.

HSL color Cylindrical-coordinate representation of color #44DBF0: hue angle of 187.33º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44DBF0 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 219 240 -
CMYK 0.72 0.09 0 0.06
HSL 187.33º 0.85% 0.6% -
HSV(B) 187.33º 0.72% 0.94% -
XYZ 43.44 58.18 91.38 -
YUV 176.25 163.97 50.79 -
System Red Green Blue C M Y K H S L
Decimal 68 219 240 0.72 0.09 0 0.06 187.33 0.85 0.6
Hex 44 DB F0 48 9 0 6 BB 55 3C
Octal 104 333 360 110 11 0 6 273 125 74
Binary 1000100 11011011 11110000 1001000 1001 0 110 10111011 1010101 111100

Color Harmonies of #44DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DBF0

Black with #44DBF0

Text Example


Text Example

White with #44DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,219,240); }

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

background-color css

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

 a { background-color: rgb(68,219,240); }

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

border-color css

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

 span { border-color: rgb(68,219,240); }

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