Html Css Color HEX #19DCEB Bright Turquoise

📋 copy color: '#19DCEB'

red 25 ◦ green 220 ◦ blue 235

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

Shades of Bright Turquoise #19DCEB

Tints of Bright Turquoise #19DCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.96%

R = 5.21%
G = 45.83%
B = 48.96%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#19DCEB (or 0x19DCEB) is known color: Bright Turquoise. HEX triplet: 19, DC and EB. RGB value is (25,220,235). Sum of RGB (Red+Green+Blue) = 25+220+235=480 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.21% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #19DCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DCEB is #E62314. Grayscale: #A3A3A3. Windows color (decimal): -15082261 or 15457305. OLE color: 15457305.

HSL color Cylindrical-coordinate representation of color #19DCEB: hue angle of 184.29º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DCEB is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 220 235 -
CMYK 0.89 0.06 0 0.08
HSL 184.29º 0.84% 0.51% -
HSV(B) 184.29º 0.89% 0.92% -
XYZ 40.99 57.39 87.51 -
YUV 163.41 168.4 29.28 -
System Red Green Blue C M Y K H S L
Decimal 25 220 235 0.89 0.06 0 0.08 184.29 0.84 0.51
Hex 19 DC EB 59 6 0 8 B8 54 33
Octal 31 334 353 131 6 0 10 270 124 63
Binary 11001 11011100 11101011 1011001 110 0 1000 10111000 1010100 110011

Color Harmonies of #19DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DCEB

Black with #19DCEB

Text Example


Text Example

White with #19DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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