Html Css Color HEX #13E8EF Bright Turquoise

📋 copy color: '#13E8EF'

red 19 ◦ green 232 ◦ blue 239

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

Shades of Bright Turquoise #13E8EF

Tints of Bright Turquoise #13E8EF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.35%

 BLUE value IS 239 (93.75% from 255) = 48.78%

R = 3.88%
G = 47.35%
B = 48.78%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#13E8EF (or 0x13E8EF) is known color: Bright Turquoise. HEX triplet: 13, E8 and EF. RGB value is (19,232,239). Sum of RGB (Red+Green+Blue) = 19+232+239=490 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.88% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #13E8EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13E8EF is #EC1710. Grayscale: #A8A8A8. Windows color (decimal): -15472401 or 15722515. OLE color: 15722515.

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

Color convert

RGB 19 232 239 -
CMYK 0.92 0.03 0 0.06
HSL 181.91º 0.87% 0.51% -
HSV(B) 181.91º 0.92% 0.94% -
XYZ 44.71 64.08 91.67 -
YUV 169.11 167.43 20.93 -
System Red Green Blue C M Y K H S L
Decimal 19 232 239 0.92 0.03 0 0.06 181.91 0.87 0.51
Hex 13 E8 EF 5C 3 0 6 B6 57 33
Octal 23 350 357 134 3 0 6 266 127 63
Binary 10011 11101000 11101111 1011100 11 0 110 10110110 1010111 110011

Color Harmonies of #13E8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E8EF

Black with #13E8EF

Text Example


Text Example

White with #13E8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,232,239); }

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

background-color css

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

 a { background-color: rgb(19,232,239); }

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

border-color css

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

 span { border-color: rgb(19,232,239); }

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