Html Css Color HEX #44DCFF Turquoise Blue

📋 copy color: '#44DCFF'

red 68 ◦ green 220 ◦ blue 255

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

Shades of Turquoise Blue #44DCFF

Tints of Turquoise Blue #44DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.52%

 BLUE value IS 255 (100% from 255) = 46.96%

R = 12.52%
G = 40.52%
B = 46.96%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#44DCFF (or 0x44DCFF) is known color: Turquoise Blue. HEX triplet: 44, DC and FF. RGB value is (68,220,255). Sum of RGB (Red+Green+Blue) = 68+220+255=543 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.52% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #44DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DCFF is #BB2300. Grayscale: #B2B2B2. Windows color (decimal): -12264193 or 16768068. OLE color: 16768068.

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

Color convert

RGB 68 220 255 -
CMYK 0.73 0.14 0 0
HSL 191.23º 1% 0.63% -
HSV(B) 191.23º 0.73% 1% -
XYZ 46.03 59.64 103.69 -
YUV 178.54 171.14 49.15 -
System Red Green Blue C M Y K H S L
Decimal 68 220 255 0.73 0.14 0 0 191.23 1 0.63
Hex 44 DC FF 49 E 0 0 BF 64 3F
Octal 104 334 377 111 16 0 0 277 144 77
Binary 1000100 11011100 11111111 1001001 1110 0 0 10111111 1100100 111111

Color Harmonies of #44DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DCFF

Black with #44DCFF

Text Example


Text Example

White with #44DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,220,255); }

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

background-color css

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

 a { background-color: rgb(68,220,255); }

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

border-color css

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

 span { border-color: rgb(68,220,255); }

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