Html Css Color HEX #13BFE0 Dark Turquoise

📋 copy color: '#13BFE0'

red 19 ◦ green 191 ◦ blue 224

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

Shades of Dark Turquoise #13BFE0

Tints of Dark Turquoise #13BFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 44.01%

 BLUE value IS 224 (87.89% from 255) = 51.61%

R = 4.38%
G = 44.01%
B = 51.61%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#13BFE0 (or 0x13BFE0) is known color: Dark Turquoise. HEX triplet: 13, BF and E0. RGB value is (19,191,224). Sum of RGB (Red+Green+Blue) = 19+191+224=434 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.38% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #13BFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BFE0 is #EC401F. Grayscale: #8F8F8F. Windows color (decimal): -15482912 or 14728979. OLE color: 14728979.

HSL color Cylindrical-coordinate representation of color #13BFE0: hue angle of 189.66º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BFE0 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 191 224 -
CMYK 0.92 0.15 0 0.12
HSL 189.66º 0.84% 0.48% -
HSV(B) 189.66º 0.92% 0.88% -
XYZ 32.35 42.78 77.07 -
YUV 143.33 173.52 39.32 -
System Red Green Blue C M Y K H S L
Decimal 19 191 224 0.92 0.15 0 0.12 189.66 0.84 0.48
Hex 13 BF E0 5C F 0 C BE 54 30
Octal 23 277 340 134 17 0 14 276 124 60
Binary 10011 10111111 11100000 1011100 1111 0 1100 10111110 1010100 110000

Color Harmonies of #13BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BFE0

Black with #13BFE0

Text Example


Text Example

White with #13BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,191,224); }

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

background-color css

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

 a { background-color: rgb(19,191,224); }

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

border-color css

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

 span { border-color: rgb(19,191,224); }

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