Html Css Color HEX #13FFD2 Bright Turquoise

📋 copy color: '#13FFD2'

red 19 ◦ green 255 ◦ blue 210

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

Shades of Bright Turquoise #13FFD2

Tints of Bright Turquoise #13FFD2

RGB

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

 GREEN value IS 255 (100% from 255) = 52.69%

 BLUE value IS 210 (82.42% from 255) = 43.39%

R = 3.93%
G = 52.69%
B = 43.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#13FFD2 (or 0x13FFD2) is known color: Bright Turquoise. HEX triplet: 13, FF and D2. RGB value is (19,255,210). Sum of RGB (Red+Green+Blue) = 19+255+210=484 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.93% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FFD2 is #EC002D. Grayscale: #B3B3B3. Windows color (decimal): -15466542 or 13827859. OLE color: 13827859.

HSL color Cylindrical-coordinate representation of color #13FFD2: hue angle of 168.56º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FFD2 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 19 255 210 -
CMYK 0.93 0 0.18 0
HSL 168.56º 1% 0.54% -
HSV(B) 168.56º 0.93% 1% -
XYZ 47.66 76.31 73.19 -
YUV 179.31 145.31 13.66 -
System Red Green Blue C M Y K H S L
Decimal 19 255 210 0.93 0 0.18 0 168.56 1 0.54
Hex 13 FF D2 5D 0 12 0 A9 64 36
Octal 23 377 322 135 0 22 0 251 144 66
Binary 10011 11111111 11010010 1011101 0 10010 0 10101001 1100100 110110

Color Harmonies of #13FFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FFD2

Black with #13FFD2

Text Example


Text Example

White with #13FFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,255,210); }

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

background-color css

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

 a { background-color: rgb(19,255,210); }

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

border-color css

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

 span { border-color: rgb(19,255,210); }

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