Html Css Color HEX #13FBDB Bright Turquoise

📋 copy color: '#13FBDB'

red 19 ◦ green 251 ◦ blue 219

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

Shades of Bright Turquoise #13FBDB

Tints of Bright Turquoise #13FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.33%

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 3.89%
G = 51.33%
B = 44.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#13FBDB (or 0x13FBDB) is known color: Bright Turquoise. HEX triplet: 13, FB and DB. RGB value is (19,251,219). Sum of RGB (Red+Green+Blue) = 19+251+219=489 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.89% from 489); Green value is 251 (98.44% from 255 or 51.33% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 251 - color contains mainly: green. Hex color #13FBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FBDB is #EC0424. Grayscale: #B1B1B1. Windows color (decimal): -15467557 or 14416659. OLE color: 14416659.

HSL color Cylindrical-coordinate representation of color #13FBDB: hue angle of 171.72º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FBDB is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 251 219 -
CMYK 0.92 0 0.13 0.02
HSL 171.72º 0.97% 0.53% -
HSV(B) 171.72º 0.92% 0.98% -
XYZ 47.55 74.25 78.84 -
YUV 177.98 151.14 14.6 -
System Red Green Blue C M Y K H S L
Decimal 19 251 219 0.92 0 0.13 0.02 171.72 0.97 0.53
Hex 13 FB DB 5C 0 D 2 AC 61 35
Octal 23 373 333 134 0 15 2 254 141 65
Binary 10011 11111011 11011011 1011100 0 1101 10 10101100 1100001 110101

Color Harmonies of #13FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FBDB

Black with #13FBDB

Text Example


Text Example

White with #13FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,251,219); }

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

background-color css

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

 a { background-color: rgb(19,251,219); }

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

border-color css

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

 span { border-color: rgb(19,251,219); }

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