Html Css Color HEX #13FFCA Bright Turquoise

📋 copy color: '#13FFCA'

red 19 ◦ green 255 ◦ blue 202

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

Shades of Bright Turquoise #13FFCA

Tints of Bright Turquoise #13FFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.44%

R = 3.99%
G = 53.57%
B = 42.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#13FFCA (or 0x13FFCA) is known color: Bright Turquoise. HEX triplet: 13, FF and CA. RGB value is (19,255,202). Sum of RGB (Red+Green+Blue) = 19+255+202=476 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.99% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FFCA is #EC0035. Grayscale: #B2B2B2. Windows color (decimal): -15466550 or 13303571. OLE color: 13303571.

HSL color Cylindrical-coordinate representation of color #13FFCA: hue angle of 166.53º 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 #13FFCA is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 19 255 202 -
CMYK 0.93 0 0.21 0
HSL 166.53º 1% 0.54% -
HSV(B) 166.53º 0.93% 1% -
XYZ 46.69 75.92 68.07 -
YUV 178.39 141.31 14.31 -
System Red Green Blue C M Y K H S L
Decimal 19 255 202 0.93 0 0.21 0 166.53 1 0.54
Hex 13 FF CA 5D 0 15 0 A7 64 36
Octal 23 377 312 135 0 25 0 247 144 66
Binary 10011 11111111 11001010 1011101 0 10101 0 10100111 1100100 110110

Color Harmonies of #13FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FFCA

Black with #13FFCA

Text Example


Text Example

White with #13FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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