Html Css Color HEX #13EFDC Bright Turquoise

📋 copy color: '#13EFDC'

red 19 ◦ green 239 ◦ blue 220

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

Shades of Bright Turquoise #13EFDC

Tints of Bright Turquoise #13EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50%

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 3.97%
G = 50%
B = 46.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#13EFDC (or 0x13EFDC) is known color: Bright Turquoise. HEX triplet: 13, EF and DC. RGB value is (19,239,220). Sum of RGB (Red+Green+Blue) = 19+239+220=478 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.97% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #13EFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EFDC is #EC1023. Grayscale: #AAAAAA. Windows color (decimal): -15470628 or 14479123. OLE color: 14479123.

HSL color Cylindrical-coordinate representation of color #13EFDC: hue angle of 174.82º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EFDC is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 239 220 -
CMYK 0.92 0 0.08 0.06
HSL 174.82º 0.87% 0.51% -
HSV(B) 174.82º 0.92% 0.94% -
XYZ 44.05 67.04 78.33 -
YUV 171.05 155.61 19.54 -
System Red Green Blue C M Y K H S L
Decimal 19 239 220 0.92 0 0.08 0.06 174.82 0.87 0.51
Hex 13 EF DC 5C 0 8 6 AF 57 33
Octal 23 357 334 134 0 10 6 257 127 63
Binary 10011 11101111 11011100 1011100 0 1000 110 10101111 1010111 110011

Color Harmonies of #13EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EFDC

Black with #13EFDC

Text Example


Text Example

White with #13EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,239,220); }

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

background-color css

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

 a { background-color: rgb(19,239,220); }

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

border-color css

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

 span { border-color: rgb(19,239,220); }

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