Html Css Color HEX #13FCDF Bright Turquoise

📋 copy color: '#13FCDF'

red 19 ◦ green 252 ◦ blue 223

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

Shades of Bright Turquoise #13FCDF

Tints of Bright Turquoise #13FCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 3.85%
G = 51.01%
B = 45.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#13FCDF (or 0x13FCDF) is known color: Bright Turquoise. HEX triplet: 13, FC and DF. RGB value is (19,252,223). Sum of RGB (Red+Green+Blue) = 19+252+223=494 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.85% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #13FCDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FCDF is #EC0320. Grayscale: #B2B2B2. Windows color (decimal): -15467297 or 14679059. OLE color: 14679059.

HSL color Cylindrical-coordinate representation of color #13FCDF: hue angle of 172.53º 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 #13FCDF is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 252 223 -
CMYK 0.92 0 0.12 0.01
HSL 172.53º 0.97% 0.53% -
HSV(B) 172.53º 0.92% 0.99% -
XYZ 48.4 75.09 81.75 -
YUV 179.03 152.81 13.86 -
System Red Green Blue C M Y K H S L
Decimal 19 252 223 0.92 0 0.12 0.01 172.53 0.97 0.53
Hex 13 FC DF 5C 0 C 1 AD 61 35
Octal 23 374 337 134 0 14 1 255 141 65
Binary 10011 11111100 11011111 1011100 0 1100 1 10101101 1100001 110101

Color Harmonies of #13FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FCDF

Black with #13FCDF

Text Example


Text Example

White with #13FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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