Html Css Color HEX #13EFDA Bright Turquoise

📋 copy color: '#13EFDA'

red 19 ◦ green 239 ◦ blue 218

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

Shades of Bright Turquoise #13EFDA

Tints of Bright Turquoise #13EFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 3.99%
G = 50.21%
B = 45.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#13EFDA (or 0x13EFDA) is known color: Bright Turquoise. HEX triplet: 13, EF and DA. RGB value is (19,239,218). Sum of RGB (Red+Green+Blue) = 19+239+218=476 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.99% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #13EFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EFDA is #EC1025. Grayscale: #AAAAAA. Windows color (decimal): -15470630 or 14348051. OLE color: 14348051.

HSL color Cylindrical-coordinate representation of color #13EFDA: hue angle of 174.27º 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 #13EFDA is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 239 218 -
CMYK 0.92 0 0.09 0.06
HSL 174.27º 0.87% 0.51% -
HSV(B) 174.27º 0.92% 0.94% -
XYZ 43.79 66.93 76.94 -
YUV 170.83 154.61 19.71 -
System Red Green Blue C M Y K H S L
Decimal 19 239 218 0.92 0 0.09 0.06 174.27 0.87 0.51
Hex 13 EF DA 5C 0 9 6 AE 57 33
Octal 23 357 332 134 0 11 6 256 127 63
Binary 10011 11101111 11011010 1011100 0 1001 110 10101110 1010111 110011

Color Harmonies of #13EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EFDA

Black with #13EFDA

Text Example


Text Example

White with #13EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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