Html Css Color HEX #44E5CC Turquoise

📋 copy color: '#44E5CC'

red 68 ◦ green 229 ◦ blue 204

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

Shades of Turquoise #44E5CC

Tints of Turquoise #44E5CC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.71%

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 13.57%
G = 45.71%
B = 40.72%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#44E5CC (or 0x44E5CC) is known color: Turquoise. HEX triplet: 44, E5 and CC. RGB value is (68,229,204). Sum of RGB (Red+Green+Blue) = 68+229+204=501 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.57% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #44E5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E5CC is #BB1A33. Grayscale: #B1B1B1. Windows color (decimal): -12261940 or 13428036. OLE color: 13428036.

HSL color Cylindrical-coordinate representation of color #44E5CC: hue angle of 170.68º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E5CC is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 68 229 204 -
CMYK 0.70 0 0.11 0.10
HSL 170.68º 0.76% 0.58% -
HSV(B) 170.68º 0.7% 0.9% -
XYZ 41.3 61.63 66.85 -
YUV 178.01 142.66 49.53 -
System Red Green Blue C M Y K H S L
Decimal 68 229 204 0.70 0 0.11 0.10 170.68 0.76 0.58
Hex 44 E5 CC 46 0 B A AB 4C 3A
Octal 104 345 314 106 0 13 12 253 114 72
Binary 1000100 11100101 11001100 1000110 0 1011 1010 10101011 1001100 111010

Color Harmonies of #44E5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44E5CC

Black with #44E5CC

Text Example


Text Example

White with #44E5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,229,204); }

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

background-color css

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

 a { background-color: rgb(68,229,204); }

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

border-color css

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

 span { border-color: rgb(68,229,204); }

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