Html Css Color HEX #19DFEE Bright Turquoise

📋 copy color: '#19DFEE'

red 25 ◦ green 223 ◦ blue 238

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

Shades of Bright Turquoise #19DFEE

Tints of Bright Turquoise #19DFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.88%

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 5.14%
G = 45.88%
B = 48.97%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19DFEE (or 0x19DFEE) is known color: Bright Turquoise. HEX triplet: 19, DF and EE. RGB value is (25,223,238). Sum of RGB (Red+Green+Blue) = 25+223+238=486 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.14% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #19DFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DFEE is #E62011. Grayscale: #A5A5A5. Windows color (decimal): -15081490 or 15654681. OLE color: 15654681.

HSL color Cylindrical-coordinate representation of color #19DFEE: hue angle of 184.23º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DFEE is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 223 238 -
CMYK 0.89 0.06 0 0.07
HSL 184.23º 0.86% 0.52% -
HSV(B) 184.23º 0.89% 0.93% -
XYZ 42.22 59.16 90.08 -
YUV 165.51 168.9 27.78 -
System Red Green Blue C M Y K H S L
Decimal 25 223 238 0.89 0.06 0 0.07 184.23 0.86 0.52
Hex 19 DF EE 59 6 0 7 B8 56 34
Octal 31 337 356 131 6 0 7 270 126 64
Binary 11001 11011111 11101110 1011001 110 0 111 10111000 1010110 110100

Color Harmonies of #19DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DFEE

Black with #19DFEE

Text Example


Text Example

White with #19DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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