Html Css Color HEX #13F3E5 Bright Turquoise

📋 copy color: '#13F3E5'

red 19 ◦ green 243 ◦ blue 229

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

Shades of Bright Turquoise #13F3E5

Tints of Bright Turquoise #13F3E5

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.49%

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

R = 3.87%
G = 49.49%
B = 46.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#13F3E5 (or 0x13F3E5) is known color: Bright Turquoise. HEX triplet: 13, F3 and E5. RGB value is (19,243,229). Sum of RGB (Red+Green+Blue) = 19+243+229=491 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.87% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #13F3E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F3E5 is #EC0C1A. Grayscale: #AEAEAE. Windows color (decimal): -15469595 or 15069971. OLE color: 15069971.

HSL color Cylindrical-coordinate representation of color #13F3E5: hue angle of 176.25º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F3E5 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 243 229 -
CMYK 0.92 0 0.06 0.05
HSL 176.25º 0.9% 0.51% -
HSV(B) 176.25º 0.92% 0.95% -
XYZ 46.46 69.9 85.17 -
YUV 174.43 158.79 17.14 -
System Red Green Blue C M Y K H S L
Decimal 19 243 229 0.92 0 0.06 0.05 176.25 0.9 0.51
Hex 13 F3 E5 5C 0 6 5 B0 5A 33
Octal 23 363 345 134 0 6 5 260 132 63
Binary 10011 11110011 11100101 1011100 0 110 101 10110000 1011010 110011

Color Harmonies of #13F3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F3E5

Black with #13F3E5

Text Example


Text Example

White with #13F3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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