Html Css Color HEX #13FCDB Bright Turquoise

📋 copy color: '#13FCDB'

red 19 ◦ green 252 ◦ blue 219

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

Shades of Bright Turquoise #13FCDB

Tints of Bright Turquoise #13FCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.43%

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

R = 3.88%
G = 51.43%
B = 44.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#13FCDB (or 0x13FCDB) is known color: Bright Turquoise. HEX triplet: 13, FC and DB. RGB value is (19,252,219). Sum of RGB (Red+Green+Blue) = 19+252+219=490 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.88% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #13FCDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FCDB is #EC0324. Grayscale: #B2B2B2. Windows color (decimal): -15467301 or 14416915. OLE color: 14416915.

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

Color convert

RGB 19 252 219 -
CMYK 0.92 0 0.13 0.01
HSL 171.5º 0.97% 0.53% -
HSV(B) 171.5º 0.92% 0.99% -
XYZ 47.87 74.87 78.95 -
YUV 178.57 150.81 14.18 -
System Red Green Blue C M Y K H S L
Decimal 19 252 219 0.92 0 0.13 0.01 171.5 0.97 0.53
Hex 13 FC DB 5C 0 D 1 AC 61 35
Octal 23 374 333 134 0 15 1 254 141 65
Binary 10011 11111100 11011011 1011100 0 1101 1 10101100 1100001 110101

Color Harmonies of #13FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FCDB

Black with #13FCDB

Text Example


Text Example

White with #13FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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