Html Css Color HEX #13FECB Bright Turquoise

📋 copy color: '#13FECB'

red 19 ◦ green 254 ◦ blue 203

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

Shades of Bright Turquoise #13FECB

Tints of Bright Turquoise #13FECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 3.99%
G = 53.36%
B = 42.65%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#13FECB (or 0x13FECB) is known color: Bright Turquoise. HEX triplet: 13, FE and CB. RGB value is (19,254,203). Sum of RGB (Red+Green+Blue) = 19+254+203=476 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.99% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #13FECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FECB is #EC0134. Grayscale: #B1B1B1. Windows color (decimal): -15466805 or 13368851. OLE color: 13368851.

HSL color Cylindrical-coordinate representation of color #13FECB: hue angle of 166.98º 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 #13FECB is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 254 203 -
CMYK 0.93 0 0.20 0.00
HSL 166.98º 0.99% 0.54% -
HSV(B) 166.98º 0.93% 1% -
XYZ 46.49 75.33 68.59 -
YUV 177.92 142.14 14.65 -
System Red Green Blue C M Y K H S L
Decimal 19 254 203 0.93 0 0.20 0.00 166.98 0.99 0.54
Hex 13 FE CB 5D 0 14 0 A7 63 36
Octal 23 376 313 135 0 24 0 247 143 66
Binary 10011 11111110 11001011 1011101 0 10100 0 10100111 1100011 110110

Color Harmonies of #13FECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FECB

Black with #13FECB

Text Example


Text Example

White with #13FECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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