Html Css Color HEX #19D4EF Bright Turquoise

📋 copy color: '#19D4EF'

red 25 ◦ green 212 ◦ blue 239

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

Shades of Bright Turquoise #19D4EF

Tints of Bright Turquoise #19D4EF

RGB

 RED value IS 25 (10.16% from 255) = 5.25%

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

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

R = 5.25%
G = 44.54%
B = 50.21%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#19D4EF (or 0x19D4EF) is known color: Bright Turquoise. HEX triplet: 19, D4 and EF. RGB value is (25,212,239). Sum of RGB (Red+Green+Blue) = 25+212+239=476 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.25% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #19D4EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D4EF is #E62B10. Grayscale: #9E9E9E. Windows color (decimal): -15084305 or 15717401. OLE color: 15717401.

HSL color Cylindrical-coordinate representation of color #19D4EF: hue angle of 187.57º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19D4EF is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 212 239 -
CMYK 0.90 0.11 0 0.06
HSL 187.57º 0.87% 0.52% -
HSV(B) 187.57º 0.9% 0.94% -
XYZ 39.52 53.53 89.91 -
YUV 159.17 173.05 32.3 -
System Red Green Blue C M Y K H S L
Decimal 25 212 239 0.90 0.11 0 0.06 187.57 0.87 0.52
Hex 19 D4 EF 5A B 0 6 BC 57 34
Octal 31 324 357 132 13 0 6 274 127 64
Binary 11001 11010100 11101111 1011010 1011 0 110 10111100 1010111 110100

Color Harmonies of #19D4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D4EF

Black with #19D4EF

Text Example


Text Example

White with #19D4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19D4EF; }

 p { color: rgb(25,212,239); }

 H1.HeaderClassName
 {
   color: #19D4EF;
 }
 .AnyTagClassName
 {
   color: #19D4EF;
 }
</style>

background-color css

<style>
 a { background-color: #19D4EF; }

 a { background-color: rgb(25,212,239); }

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

border-color css

<style>
 span { border-color: #19D4EF; }

 span { border-color: rgb(25,212,239); }

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