Html Css Color HEX #44EBDA Turquoise

📋 copy color: '#44EBDA'

red 68 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #44EBDA

Tints of Turquoise #44EBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.11%

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 13.05%
G = 45.11%
B = 41.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#44EBDA (or 0x44EBDA) is known color: Turquoise. HEX triplet: 44, EB and DA. RGB value is (68,235,218). Sum of RGB (Red+Green+Blue) = 68+235+218=521 (69% of max value = 765). Red value is 68 (26.95% from 255 or 13.05% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #44EBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EBDA is #BB1425. Grayscale: #B7B7B7. Windows color (decimal): -12260390 or 14347076. OLE color: 14347076.

HSL color Cylindrical-coordinate representation of color #44EBDA: hue angle of 173.89º 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 #44EBDA is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 235 218 -
CMYK 0.71 0 0.07 0.08
HSL 173.89º 0.81% 0.59% -
HSV(B) 173.89º 0.71% 0.92% -
XYZ 44.75 65.71 76.65 -
YUV 183.13 147.67 45.88 -
System Red Green Blue C M Y K H S L
Decimal 68 235 218 0.71 0 0.07 0.08 173.89 0.81 0.59
Hex 44 EB DA 47 0 7 8 AE 51 3B
Octal 104 353 332 107 0 7 10 256 121 73
Binary 1000100 11101011 11011010 1000111 0 111 1000 10101110 1010001 111011

Color Harmonies of #44EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44EBDA

Black with #44EBDA

Text Example


Text Example

White with #44EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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