Html Css Color HEX #13D4EA Bright Turquoise

📋 copy color: '#13D4EA'

red 19 ◦ green 212 ◦ blue 234

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

Shades of Bright Turquoise #13D4EA

Tints of Bright Turquoise #13D4EA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.59%

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 4.09%
G = 45.59%
B = 50.32%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#13D4EA (or 0x13D4EA) is known color: Bright Turquoise. HEX triplet: 13, D4 and EA. RGB value is (19,212,234). Sum of RGB (Red+Green+Blue) = 19+212+234=465 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.09% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #13D4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13D4EA is #EC2B15. Grayscale: #9C9C9C. Windows color (decimal): -15477526 or 15389715. OLE color: 15389715.

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

Color convert

RGB 19 212 234 -
CMYK 0.92 0.09 0 0.08
HSL 186.14º 0.85% 0.5% -
HSV(B) 186.14º 0.92% 0.92% -
XYZ 38.66 53.17 86.07 -
YUV 156.8 171.56 29.71 -
System Red Green Blue C M Y K H S L
Decimal 19 212 234 0.92 0.09 0 0.08 186.14 0.85 0.5
Hex 13 D4 EA 5C 9 0 8 BA 55 32
Octal 23 324 352 134 11 0 10 272 125 62
Binary 10011 11010100 11101010 1011100 1001 0 1000 10111010 1010101 110010

Color Harmonies of #13D4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D4EA

Black with #13D4EA

Text Example


Text Example

White with #13D4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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