Html Css Color HEX #19EFDF Bright Turquoise

📋 copy color: '#19EFDF'

red 25 ◦ green 239 ◦ blue 223

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

Shades of Bright Turquoise #19EFDF

Tints of Bright Turquoise #19EFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 5.13%
G = 49.08%
B = 45.79%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#19EFDF (or 0x19EFDF) is known color: Bright Turquoise. HEX triplet: 19, EF and DF. RGB value is (25,239,223). Sum of RGB (Red+Green+Blue) = 25+239+223=487 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.13% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #19EFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EFDF is #E61020. Grayscale: #ADADAD. Windows color (decimal): -15077409 or 14675737. OLE color: 14675737.

HSL color Cylindrical-coordinate representation of color #19EFDF: hue angle of 175.51º 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 #19EFDF is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 239 223 -
CMYK 0.90 0 0.07 0.06
HSL 175.51º 0.87% 0.52% -
HSV(B) 175.51º 0.9% 0.94% -
XYZ 44.59 67.27 80.45 -
YUV 173.19 156.1 22.3 -
System Red Green Blue C M Y K H S L
Decimal 25 239 223 0.90 0 0.07 0.06 175.51 0.87 0.52
Hex 19 EF DF 5A 0 7 6 B0 57 34
Octal 31 357 337 132 0 7 6 260 127 64
Binary 11001 11101111 11011111 1011010 0 111 110 10110000 1010111 110100

Color Harmonies of #19EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EFDF

Black with #19EFDF

Text Example


Text Example

White with #19EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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