Html Css Color HEX #13FFE6 Bright Turquoise

📋 copy color: '#13FFE6'

red 19 ◦ green 255 ◦ blue 230

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

Shades of Bright Turquoise #13FFE6

Tints of Bright Turquoise #13FFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.63%

R = 3.77%
G = 50.6%
B = 45.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#13FFE6 (or 0x13FFE6) is known color: Bright Turquoise. HEX triplet: 13, FF and E6. RGB value is (19,255,230). Sum of RGB (Red+Green+Blue) = 19+255+230=504 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.77% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13FFE6 is #EC0019. Grayscale: #B5B5B5. Windows color (decimal): -15466522 or 15138579. OLE color: 15138579.

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

Color convert

RGB 19 255 230 -
CMYK 0.93 0 0.10 0
HSL 173.64º 1% 0.54% -
HSV(B) 173.64º 0.93% 1% -
XYZ 50.31 77.37 87.15 -
YUV 181.59 155.31 12.03 -
System Red Green Blue C M Y K H S L
Decimal 19 255 230 0.93 0 0.10 0 173.64 1 0.54
Hex 13 FF E6 5D 0 A 0 AE 64 36
Octal 23 377 346 135 0 12 0 256 144 66
Binary 10011 11111111 11100110 1011101 0 1010 0 10101110 1100100 110110

Color Harmonies of #13FFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FFE6

Black with #13FFE6

Text Example


Text Example

White with #13FFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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