Html Css Color HEX #13FCDA Bright Turquoise

📋 copy color: '#13FCDA'

red 19 ◦ green 252 ◦ blue 218

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

Shades of Bright Turquoise #13FCDA

Tints of Bright Turquoise #13FCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 3.89%
G = 51.53%
B = 44.58%

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

#13FCDA (or 0x13FCDA) is known color: Bright Turquoise. HEX triplet: 13, FC and DA. RGB value is (19,252,218). Sum of RGB (Red+Green+Blue) = 19+252+218=489 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.89% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #13FCDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FCDA is #EC0325. Grayscale: #B2B2B2. Windows color (decimal): -15467302 or 14351379. OLE color: 14351379.

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

Color convert

RGB 19 252 218 -
CMYK 0.92 0 0.13 0.01
HSL 171.24º 0.97% 0.53% -
HSV(B) 171.24º 0.92% 0.99% -
XYZ 47.73 74.82 78.26 -
YUV 178.46 150.31 14.26 -
System Red Green Blue C M Y K H S L
Decimal 19 252 218 0.92 0 0.13 0.01 171.24 0.97 0.53
Hex 13 FC DA 5C 0 D 1 AB 61 35
Octal 23 374 332 134 0 15 1 253 141 65
Binary 10011 11111100 11011010 1011100 0 1101 1 10101011 1100001 110101

Color Harmonies of #13FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FCDA

Black with #13FCDA

Text Example


Text Example

White with #13FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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