Html Css Color HEX #13FCCF Bright Turquoise

📋 copy color: '#13FCCF'

red 19 ◦ green 252 ◦ blue 207

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

Shades of Bright Turquoise #13FCCF

Tints of Bright Turquoise #13FCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 3.97%
G = 52.72%
B = 43.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#13FCCF (or 0x13FCCF) is known color: Bright Turquoise. HEX triplet: 13, FC and CF. RGB value is (19,252,207). Sum of RGB (Red+Green+Blue) = 19+252+207=478 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.97% from 478); Green value is 252 (98.83% from 255 or 52.72% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 252 - color contains mainly: green. Hex color #13FCCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FCCF is #EC0330. Grayscale: #B1B1B1. Windows color (decimal): -15467313 or 13630483. OLE color: 13630483.

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

Color convert

RGB 19 252 207 -
CMYK 0.92 0 0.18 0.01
HSL 168.41º 0.97% 0.53% -
HSV(B) 168.41º 0.92% 0.99% -
XYZ 46.34 74.26 70.92 -
YUV 177.2 144.81 15.16 -
System Red Green Blue C M Y K H S L
Decimal 19 252 207 0.92 0 0.18 0.01 168.41 0.97 0.53
Hex 13 FC CF 5C 0 12 1 A8 61 35
Octal 23 374 317 134 0 22 1 250 141 65
Binary 10011 11111100 11001111 1011100 0 10010 1 10101000 1100001 110101

Color Harmonies of #13FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FCCF

Black with #13FCCF

Text Example


Text Example

White with #13FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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