Html Css Color HEX #13DBCF Bright Turquoise

📋 copy color: '#13DBCF'

red 19 ◦ green 219 ◦ blue 207

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

Shades of Bright Turquoise #13DBCF

Tints of Bright Turquoise #13DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.21%

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

R = 4.27%
G = 49.21%
B = 46.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#13DBCF (or 0x13DBCF) is known color: Bright Turquoise. HEX triplet: 13, DB and CF. RGB value is (19,219,207). Sum of RGB (Red+Green+Blue) = 19+219+207=445 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.27% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #13DBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DBCF is #EC2430. Grayscale: #9D9D9D. Windows color (decimal): -15475761 or 13622035. OLE color: 13622035.

HSL color Cylindrical-coordinate representation of color #13DBCF: hue angle of 176.4º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DBCF is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 219 207 -
CMYK 0.91 0 0.05 0.14
HSL 176.4º 0.84% 0.47% -
HSV(B) 176.4º 0.91% 0.86% -
XYZ 36.86 55.31 67.76 -
YUV 157.83 155.74 28.98 -
System Red Green Blue C M Y K H S L
Decimal 19 219 207 0.91 0 0.05 0.14 176.4 0.84 0.47
Hex 13 DB CF 5B 0 5 E B0 54 2F
Octal 23 333 317 133 0 5 16 260 124 57
Binary 10011 11011011 11001111 1011011 0 101 1110 10110000 1010100 101111

Color Harmonies of #13DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DBCF

Black with #13DBCF

Text Example


Text Example

White with #13DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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