Html Css Color HEX #44DBEB Turquoise

📋 copy color: '#44DBEB'

red 68 ◦ green 219 ◦ blue 235

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

Shades of Turquoise #44DBEB

Tints of Turquoise #44DBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.02%

R = 13.03%
G = 41.95%
B = 45.02%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#44DBEB (or 0x44DBEB) is known color: Turquoise. HEX triplet: 44, DB and EB. RGB value is (68,219,235). Sum of RGB (Red+Green+Blue) = 68+219+235=522 (69% of max value = 765). Red value is 68 (26.95% from 255 or 13.03% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #44DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DBEB is #BB2414. Grayscale: #AFAFAF. Windows color (decimal): -12264469 or 15457092. OLE color: 15457092.

HSL color Cylindrical-coordinate representation of color #44DBEB: hue angle of 185.75º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44DBEB is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 219 235 -
CMYK 0.71 0.07 0 0.08
HSL 185.75º 0.81% 0.59% -
HSV(B) 185.75º 0.71% 0.92% -
XYZ 42.71 57.89 87.52 -
YUV 175.68 161.47 51.2 -
System Red Green Blue C M Y K H S L
Decimal 68 219 235 0.71 0.07 0 0.08 185.75 0.81 0.59
Hex 44 DB EB 47 7 0 8 BA 51 3B
Octal 104 333 353 107 7 0 10 272 121 73
Binary 1000100 11011011 11101011 1000111 111 0 1000 10111010 1010001 111011

Color Harmonies of #44DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DBEB

Black with #44DBEB

Text Example


Text Example

White with #44DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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