Html Css Color HEX #13E7CF Bright Turquoise

📋 copy color: '#13E7CF'

red 19 ◦ green 231 ◦ blue 207

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

Shades of Bright Turquoise #13E7CF

Tints of Bright Turquoise #13E7CF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.55%

 BLUE value IS 207 (81.25% from 255) = 45.3%

R = 4.16%
G = 50.55%
B = 45.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#13E7CF (or 0x13E7CF) is known color: Bright Turquoise. HEX triplet: 13, E7 and CF. RGB value is (19,231,207). Sum of RGB (Red+Green+Blue) = 19+231+207=457 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.16% from 457); Green value is 231 (90.62% from 255 or 50.55% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 231 - color contains mainly: green. Hex color #13E7CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13E7CF is #EC1830. Grayscale: #A4A4A4. Windows color (decimal): -15472689 or 13625107. OLE color: 13625107.

HSL color Cylindrical-coordinate representation of color #13E7CF: hue angle of 173.21º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E7CF is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 19 231 207 -
CMYK 0.92 0 0.10 0.09
HSL 173.21º 0.85% 0.49% -
HSV(B) 173.21º 0.92% 0.91% -
XYZ 40.11 61.8 68.85 -
YUV 164.88 151.76 23.95 -
System Red Green Blue C M Y K H S L
Decimal 19 231 207 0.92 0 0.10 0.09 173.21 0.85 0.49
Hex 13 E7 CF 5C 0 A 9 AD 55 31
Octal 23 347 317 134 0 12 11 255 125 61
Binary 10011 11100111 11001111 1011100 0 1010 1001 10101101 1010101 110001

Color Harmonies of #13E7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E7CF

Black with #13E7CF

Text Example


Text Example

White with #13E7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,231,207); }

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

background-color css

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

 a { background-color: rgb(19,231,207); }

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

border-color css

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

 span { border-color: rgb(19,231,207); }

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