Html Css Color HEX #13FCE5 Bright Turquoise

📋 copy color: '#13FCE5'

red 19 ◦ green 252 ◦ blue 229

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

Shades of Bright Turquoise #13FCE5

Tints of Bright Turquoise #13FCE5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.4%

 BLUE value IS 229 (89.84% from 255) = 45.8%

R = 3.8%
G = 50.4%
B = 45.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#13FCE5 (or 0x13FCE5) is known color: Bright Turquoise. HEX triplet: 13, FC and E5. RGB value is (19,252,229). Sum of RGB (Red+Green+Blue) = 19+252+229=500 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.8% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #13FCE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FCE5 is #EC031A. Grayscale: #B3B3B3. Windows color (decimal): -15467291 or 15072275. OLE color: 15072275.

HSL color Cylindrical-coordinate representation of color #13FCE5: hue angle of 174.08º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FCE5 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 252 229 -
CMYK 0.92 0 0.09 0.01
HSL 174.08º 0.97% 0.53% -
HSV(B) 174.08º 0.92% 0.99% -
XYZ 49.22 75.42 86.09 -
YUV 179.71 155.81 13.37 -
System Red Green Blue C M Y K H S L
Decimal 19 252 229 0.92 0 0.09 0.01 174.08 0.97 0.53
Hex 13 FC E5 5C 0 9 1 AE 61 35
Octal 23 374 345 134 0 11 1 256 141 65
Binary 10011 11111100 11100101 1011100 0 1001 1 10101110 1100001 110101

Color Harmonies of #13FCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FCE5

Black with #13FCE5

Text Example


Text Example

White with #13FCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,252,229); }

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

background-color css

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

 a { background-color: rgb(19,252,229); }

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

border-color css

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

 span { border-color: rgb(19,252,229); }

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