Html Css Color HEX #13FFEE Aqua

📋 copy color: '#13FFEE'

red 19 ◦ green 255 ◦ blue 238

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

Shades of Aqua #13FFEE

Tints of Aqua #13FFEE

RGB

 RED value IS 19 (7.81% from 255) = 3.71%

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

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

R = 3.71%
G = 49.8%
B = 46.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#13FFEE (or 0x13FFEE) is known color: Aqua. HEX triplet: 13, FF and EE. RGB value is (19,255,238). Sum of RGB (Red+Green+Blue) = 19+255+238=512 (67% of max value = 765). Red value is 19 (7.81% from 255 or 3.71% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13FFEE is #EC0011. Grayscale: #B6B6B6. Windows color (decimal): -15466514 or 15662867. OLE color: 15662867.

HSL color Cylindrical-coordinate representation of color #13FFEE: hue angle of 175.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FFEE is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 19 255 238 -
CMYK 0.93 0 0.07 0
HSL 175.68º 1% 0.54% -
HSV(B) 175.68º 0.93% 1% -
XYZ 51.46 77.83 93.2 -
YUV 182.5 159.31 11.38 -
System Red Green Blue C M Y K H S L
Decimal 19 255 238 0.93 0 0.07 0 175.68 1 0.54
Hex 13 FF EE 5D 0 7 0 B0 64 36
Octal 23 377 356 135 0 7 0 260 144 66
Binary 10011 11111111 11101110 1011101 0 111 0 10110000 1100100 110110

Color Harmonies of #13FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FFEE

Black with #13FFEE

Text Example


Text Example

White with #13FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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