Html Css Color HEX #19DCEF Bright Turquoise

📋 copy color: '#19DCEF'

red 25 ◦ green 220 ◦ blue 239

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

Shades of Bright Turquoise #19DCEF

Tints of Bright Turquoise #19DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.45%

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

R = 5.17%
G = 45.45%
B = 49.38%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#19DCEF (or 0x19DCEF) is known color: Bright Turquoise. HEX triplet: 19, DC and EF. RGB value is (25,220,239). Sum of RGB (Red+Green+Blue) = 25+220+239=484 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.17% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #19DCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DCEF is #E62310. Grayscale: #A3A3A3. Windows color (decimal): -15082257 or 15719449. OLE color: 15719449.

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

Color convert

RGB 25 220 239 -
CMYK 0.90 0.08 0 0.06
HSL 185.33º 0.87% 0.52% -
HSV(B) 185.33º 0.9% 0.94% -
XYZ 41.57 57.63 90.59 -
YUV 163.86 170.4 28.96 -
System Red Green Blue C M Y K H S L
Decimal 25 220 239 0.90 0.08 0 0.06 185.33 0.87 0.52
Hex 19 DC EF 5A 8 0 6 B9 57 34
Octal 31 334 357 132 10 0 6 271 127 64
Binary 11001 11011100 11101111 1011010 1000 0 110 10111001 1010111 110100

Color Harmonies of #19DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DCEF

Black with #19DCEF

Text Example


Text Example

White with #19DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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