Html Css Color HEX #13ECD4 Bright Turquoise

📋 copy color: '#13ECD4'

red 19 ◦ green 236 ◦ blue 212

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

Shades of Bright Turquoise #13ECD4

Tints of Bright Turquoise #13ECD4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.54%

 BLUE value IS 212 (83.2% from 255) = 45.4%

R = 4.07%
G = 50.54%
B = 45.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#13ECD4 (or 0x13ECD4) is known color: Bright Turquoise. HEX triplet: 13, EC and D4. RGB value is (19,236,212). Sum of RGB (Red+Green+Blue) = 19+236+212=467 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.07% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #13ECD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13ECD4 is #EC132B. Grayscale: #A8A8A8. Windows color (decimal): -15471404 or 13954067. OLE color: 13954067.

HSL color Cylindrical-coordinate representation of color #13ECD4: hue angle of 173.36º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ECD4 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 236 212 -
CMYK 0.92 0 0.10 0.07
HSL 173.36º 0.85% 0.5% -
HSV(B) 173.36º 0.92% 0.93% -
XYZ 42.15 64.88 72.59 -
YUV 168.38 152.61 21.45 -
System Red Green Blue C M Y K H S L
Decimal 19 236 212 0.92 0 0.10 0.07 173.36 0.85 0.5
Hex 13 EC D4 5C 0 A 7 AD 55 32
Octal 23 354 324 134 0 12 7 255 125 62
Binary 10011 11101100 11010100 1011100 0 1010 111 10101101 1010101 110010

Color Harmonies of #13ECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ECD4

Black with #13ECD4

Text Example


Text Example

White with #13ECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,236,212); }

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

background-color css

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

 a { background-color: rgb(19,236,212); }

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

border-color css

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

 span { border-color: rgb(19,236,212); }

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