Html Css Color HEX #44EEDA Turquoise

📋 copy color: '#44EEDA'

red 68 ◦ green 238 ◦ blue 218

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

Shades of Turquoise #44EEDA

Tints of Turquoise #44EEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.42%

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

R = 12.98%
G = 45.42%
B = 41.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#44EEDA (or 0x44EEDA) is known color: Turquoise. HEX triplet: 44, EE and DA. RGB value is (68,238,218). Sum of RGB (Red+Green+Blue) = 68+238+218=524 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.98% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #44EEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EEDA is #BB1125. Grayscale: #B8B8B8. Windows color (decimal): -12259622 or 14347844. OLE color: 14347844.

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

Color convert

RGB 68 238 218 -
CMYK 0.71 0 0.08 0.07
HSL 172.94º 0.83% 0.6% -
HSV(B) 172.94º 0.71% 0.93% -
XYZ 45.61 67.44 76.94 -
YUV 184.89 146.68 44.63 -
System Red Green Blue C M Y K H S L
Decimal 68 238 218 0.71 0 0.08 0.07 172.94 0.83 0.6
Hex 44 EE DA 47 0 8 7 AD 53 3C
Octal 104 356 332 107 0 10 7 255 123 74
Binary 1000100 11101110 11011010 1000111 0 1000 111 10101101 1010011 111100

Color Harmonies of #44EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44EEDA

Black with #44EEDA

Text Example


Text Example

White with #44EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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