Html Css Color HEX #13BFE3 Dark Turquoise

📋 copy color: '#13BFE3'

red 19 ◦ green 191 ◦ blue 227

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

Shades of Dark Turquoise #13BFE3

Tints of Dark Turquoise #13BFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 51.95%

R = 4.35%
G = 43.71%
B = 51.95%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#13BFE3 (or 0x13BFE3) is known color: Dark Turquoise. HEX triplet: 13, BF and E3. RGB value is (19,191,227). Sum of RGB (Red+Green+Blue) = 19+191+227=437 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.35% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 227 (89.06% from 255 or 51.95% from 437); Max value from RGB is 227 - color contains mainly: blue. Hex color #13BFE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BFE3 is #EC401C. Grayscale: #8F8F8F. Windows color (decimal): -15482909 or 14925587. OLE color: 14925587.

HSL color Cylindrical-coordinate representation of color #13BFE3: hue angle of 190.38º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BFE3 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 19 191 227 -
CMYK 0.92 0.16 0 0.11
HSL 190.38º 0.85% 0.48% -
HSV(B) 190.38º 0.92% 0.89% -
XYZ 32.76 42.95 79.24 -
YUV 143.68 175.02 39.07 -
System Red Green Blue C M Y K H S L
Decimal 19 191 227 0.92 0.16 0 0.11 190.38 0.85 0.48
Hex 13 BF E3 5C 10 0 B BE 55 30
Octal 23 277 343 134 20 0 13 276 125 60
Binary 10011 10111111 11100011 1011100 10000 0 1011 10111110 1010101 110000

Color Harmonies of #13BFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BFE3

Black with #13BFE3

Text Example


Text Example

White with #13BFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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