Html Css Color HEX #44FFEE Turquoise

📋 copy color: '#44FFEE'

red 68 ◦ green 255 ◦ blue 238

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

Shades of Turquoise #44FFEE

Tints of Turquoise #44FFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 45.45%

 BLUE value IS 238 (93.36% from 255) = 42.42%

R = 12.12%
G = 45.45%
B = 42.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#44FFEE (or 0x44FFEE) is known color: Turquoise. HEX triplet: 44, FF and EE. RGB value is (68,255,238). Sum of RGB (Red+Green+Blue) = 68+255+238=561 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.12% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FFEE is #BB0011. Grayscale: #C5C5C5. Windows color (decimal): -12255250 or 15662916. OLE color: 15662916.

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

Color convert

RGB 68 255 238 -
CMYK 0.73 0 0.07 0
HSL 174.55º 1% 0.63% -
HSV(B) 174.55º 0.73% 1% -
XYZ 53.58 78.92 93.3 -
YUV 197.15 151.05 35.88 -
System Red Green Blue C M Y K H S L
Decimal 68 255 238 0.73 0 0.07 0 174.55 1 0.63
Hex 44 FF EE 49 0 7 0 AF 64 3F
Octal 104 377 356 111 0 7 0 257 144 77
Binary 1000100 11111111 11101110 1001001 0 111 0 10101111 1100100 111111

Color Harmonies of #44FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44FFEE

Black with #44FFEE

Text Example


Text Example

White with #44FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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