Html Css Color HEX #13FEDD Bright Turquoise

📋 copy color: '#13FEDD'

red 19 ◦ green 254 ◦ blue 221

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

Shades of Bright Turquoise #13FEDD

Tints of Bright Turquoise #13FEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.42%

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 3.85%
G = 51.42%
B = 44.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#13FEDD (or 0x13FEDD) is known color: Bright Turquoise. HEX triplet: 13, FE and DD. RGB value is (19,254,221). Sum of RGB (Red+Green+Blue) = 19+254+221=494 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.85% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #13FEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FEDD is #EC0122. Grayscale: #B3B3B3. Windows color (decimal): -15466787 or 14548499. OLE color: 14548499.

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

Color convert

RGB 19 254 221 -
CMYK 0.93 0 0.13 0.00
HSL 171.57º 0.99% 0.54% -
HSV(B) 171.57º 0.93% 1% -
XYZ 48.76 76.24 80.55 -
YUV 179.97 151.14 13.18 -
System Red Green Blue C M Y K H S L
Decimal 19 254 221 0.93 0 0.13 0.00 171.57 0.99 0.54
Hex 13 FE DD 5D 0 D 0 AC 63 36
Octal 23 376 335 135 0 15 0 254 143 66
Binary 10011 11111110 11011101 1011101 0 1101 0 10101100 1100011 110110

Color Harmonies of #13FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FEDD

Black with #13FEDD

Text Example


Text Example

White with #13FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,254,221); }

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

background-color css

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

 a { background-color: rgb(19,254,221); }

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

border-color css

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

 span { border-color: rgb(19,254,221); }

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