Html Css Color HEX #44EEE0 Turquoise

📋 copy color: '#44EEE0'

red 68 ◦ green 238 ◦ blue 224

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

Shades of Turquoise #44EEE0

Tints of Turquoise #44EEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.26%

R = 12.83%
G = 44.91%
B = 42.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#44EEE0 (or 0x44EEE0) is known color: Turquoise. HEX triplet: 44, EE and E0. RGB value is (68,238,224). Sum of RGB (Red+Green+Blue) = 68+238+224=530 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.83% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #44EEE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EEE0 is #BB111F. Grayscale: #B9B9B9. Windows color (decimal): -12259616 or 14741060. OLE color: 14741060.

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

Color convert

RGB 68 238 224 -
CMYK 0.71 0 0.06 0.07
HSL 175.06º 0.83% 0.6% -
HSV(B) 175.06º 0.71% 0.93% -
XYZ 46.41 67.76 81.15 -
YUV 185.57 149.68 44.14 -
System Red Green Blue C M Y K H S L
Decimal 68 238 224 0.71 0 0.06 0.07 175.06 0.83 0.6
Hex 44 EE E0 47 0 6 7 AF 53 3C
Octal 104 356 340 107 0 6 7 257 123 74
Binary 1000100 11101110 11100000 1000111 0 110 111 10101111 1010011 111100

Color Harmonies of #44EEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44EEE0

Black with #44EEE0

Text Example


Text Example

White with #44EEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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