Html Css Color HEX #13DECA Bright Turquoise

📋 copy color: '#13DECA'

red 19 ◦ green 222 ◦ blue 202

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

Shades of Bright Turquoise #13DECA

Tints of Bright Turquoise #13DECA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.11%

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

R = 4.29%
G = 50.11%
B = 45.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#13DECA (or 0x13DECA) is known color: Bright Turquoise. HEX triplet: 13, DE and CA. RGB value is (19,222,202). Sum of RGB (Red+Green+Blue) = 19+222+202=443 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.29% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #13DECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DECA is #EC2135. Grayscale: #9E9E9E. Windows color (decimal): -15474998 or 13295123. OLE color: 13295123.

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

Color convert

RGB 19 222 202 -
CMYK 0.91 0 0.09 0.13
HSL 174.09º 0.84% 0.47% -
HSV(B) 174.09º 0.91% 0.87% -
XYZ 37.05 56.65 64.86 -
YUV 159.02 152.25 28.13 -
System Red Green Blue C M Y K H S L
Decimal 19 222 202 0.91 0 0.09 0.13 174.09 0.84 0.47
Hex 13 DE CA 5B 0 9 D AE 54 2F
Octal 23 336 312 133 0 11 15 256 124 57
Binary 10011 11011110 11001010 1011011 0 1001 1101 10101110 1010100 101111

Color Harmonies of #13DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DECA

Black with #13DECA

Text Example


Text Example

White with #13DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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