Html Css Color HEX #44D8FD Turquoise Blue

📋 copy color: '#44D8FD'

red 68 ◦ green 216 ◦ blue 253

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

Shades of Turquoise Blue #44D8FD

Tints of Turquoise Blue #44D8FD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.22%

 BLUE value IS 253 (99.22% from 255) = 47.11%

R = 12.66%
G = 40.22%
B = 47.11%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#44D8FD (or 0x44D8FD) is known color: Turquoise Blue. HEX triplet: 44, D8 and FD. RGB value is (68,216,253). Sum of RGB (Red+Green+Blue) = 68+216+253=537 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.66% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #44D8FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44D8FD is #BB2702. Grayscale: #AFAFAF. Windows color (decimal): -12265219 or 16635972. OLE color: 16635972.

HSL color Cylindrical-coordinate representation of color #44D8FD: hue angle of 192º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44D8FD is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 68 216 253 -
CMYK 0.73 0.15 0 0.01
HSL 192º 0.98% 0.63% -
HSV(B) 192º 0.73% 0.99% -
XYZ 44.67 57.43 101.66 -
YUV 175.97 171.47 50.99 -
System Red Green Blue C M Y K H S L
Decimal 68 216 253 0.73 0.15 0 0.01 192 0.98 0.63
Hex 44 D8 FD 49 F 0 1 C0 62 3F
Octal 104 330 375 111 17 0 1 300 142 77
Binary 1000100 11011000 11111101 1001001 1111 0 1 11000000 1100010 111111

Color Harmonies of #44D8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44D8FD

Black with #44D8FD

Text Example


Text Example

White with #44D8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,216,253); }

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

background-color css

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

 a { background-color: rgb(68,216,253); }

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

border-color css

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

 span { border-color: rgb(68,216,253); }

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