Html Css Color HEX #13DED3 Bright Turquoise

📋 copy color: '#13DED3'

red 19 ◦ green 222 ◦ blue 211

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

Shades of Bright Turquoise #13DED3

Tints of Bright Turquoise #13DED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.68%

R = 4.2%
G = 49.12%
B = 46.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#13DED3 (or 0x13DED3) is known color: Bright Turquoise. HEX triplet: 13, DE and D3. RGB value is (19,222,211). Sum of RGB (Red+Green+Blue) = 19+222+211=452 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.20% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 211 (82.81% from 255 or 46.68% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #13DED3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DED3 is #EC212C. Grayscale: #9F9F9F. Windows color (decimal): -15474989 or 13884947. OLE color: 13884947.

HSL color Cylindrical-coordinate representation of color #13DED3: hue angle of 176.75º 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 #13DED3 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 222 211 -
CMYK 0.91 0 0.05 0.13
HSL 176.75º 0.84% 0.47% -
HSV(B) 176.75º 0.91% 0.87% -
XYZ 38.15 57.08 70.64 -
YUV 160.05 156.75 27.39 -
System Red Green Blue C M Y K H S L
Decimal 19 222 211 0.91 0 0.05 0.13 176.75 0.84 0.47
Hex 13 DE D3 5B 0 5 D B1 54 2F
Octal 23 336 323 133 0 5 15 261 124 57
Binary 10011 11011110 11010011 1011011 0 101 1101 10110001 1010100 101111

Color Harmonies of #13DED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DED3

Black with #13DED3

Text Example


Text Example

White with #13DED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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