Html Css Color HEX #44D4FD Turquoise Blue

📋 copy color: '#44D4FD'

red 68 ◦ green 212 ◦ blue 253

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

Shades of Turquoise Blue #44D4FD

Tints of Turquoise Blue #44D4FD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.77%

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

R = 12.76%
G = 39.77%
B = 47.47%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#44D4FD (or 0x44D4FD) is known color: Turquoise Blue. HEX triplet: 44, D4 and FD. RGB value is (68,212,253). Sum of RGB (Red+Green+Blue) = 68+212+253=533 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.76% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #44D4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44D4FD is #BB2B02. Grayscale: #ADADAD. Windows color (decimal): -12266243 or 16634948. OLE color: 16634948.

HSL color Cylindrical-coordinate representation of color #44D4FD: hue angle of 193.3º 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 #44D4FD is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 68 212 253 -
CMYK 0.73 0.16 0 0.01
HSL 193.3º 0.98% 0.63% -
HSV(B) 193.3º 0.73% 0.99% -
XYZ 43.66 55.41 101.32 -
YUV 173.62 172.79 52.67 -
System Red Green Blue C M Y K H S L
Decimal 68 212 253 0.73 0.16 0 0.01 193.3 0.98 0.63
Hex 44 D4 FD 49 10 0 1 C1 62 3F
Octal 104 324 375 111 20 0 1 301 142 77
Binary 1000100 11010100 11111101 1001001 10000 0 1 11000001 1100010 111111

Color Harmonies of #44D4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44D4FD

Black with #44D4FD

Text Example


Text Example

White with #44D4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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