Html Css Color HEX #44D9F1 Turquoise

📋 copy color: '#44D9F1'

red 68 ◦ green 217 ◦ blue 241

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

Shades of Turquoise #44D9F1

Tints of Turquoise #44D9F1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.25%

 BLUE value IS 241 (94.53% from 255) = 45.82%

R = 12.93%
G = 41.25%
B = 45.82%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#44D9F1 (or 0x44D9F1) is known color: Turquoise. HEX triplet: 44, D9 and F1. RGB value is (68,217,241). Sum of RGB (Red+Green+Blue) = 68+217+241=526 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.93% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #44D9F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44D9F1 is #BB260E. Grayscale: #AEAEAE. Windows color (decimal): -12264975 or 15849796. OLE color: 15849796.

HSL color Cylindrical-coordinate representation of color #44D9F1: hue angle of 188.32º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44D9F1 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 68 217 241 -
CMYK 0.72 0.10 0 0.05
HSL 188.32º 0.86% 0.61% -
HSV(B) 188.32º 0.72% 0.95% -
XYZ 43.07 57.21 91.99 -
YUV 175.19 165.14 51.55 -
System Red Green Blue C M Y K H S L
Decimal 68 217 241 0.72 0.10 0 0.05 188.32 0.86 0.61
Hex 44 D9 F1 48 A 0 5 BC 56 3D
Octal 104 331 361 110 12 0 5 274 126 75
Binary 1000100 11011001 11110001 1001000 1010 0 101 10111100 1010110 111101

Color Harmonies of #44D9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44D9F1

Black with #44D9F1

Text Example


Text Example

White with #44D9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,217,241); }

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

background-color css

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

 a { background-color: rgb(68,217,241); }

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

border-color css

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

 span { border-color: rgb(68,217,241); }

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