Html Css Color HEX #19E2FD Bright Turquoise

📋 copy color: '#19E2FD'

red 25 ◦ green 226 ◦ blue 253

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

Shades of Bright Turquoise #19E2FD

Tints of Bright Turquoise #19E2FD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.84%

 BLUE value IS 253 (99.22% from 255) = 50.2%

R = 4.96%
G = 44.84%
B = 50.2%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#19E2FD (or 0x19E2FD) is known color: Bright Turquoise. HEX triplet: 19, E2 and FD. RGB value is (25,226,253). Sum of RGB (Red+Green+Blue) = 25+226+253=504 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.96% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #19E2FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E2FD is #E61D02. Grayscale: #A8A8A8. Windows color (decimal): -15080707 or 16638489. OLE color: 16638489.

HSL color Cylindrical-coordinate representation of color #19E2FD: hue angle of 187.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19E2FD is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 226 253 -
CMYK 0.90 0.11 0 0.01
HSL 187.11º 0.98% 0.55% -
HSV(B) 187.11º 0.9% 0.99% -
XYZ 45.33 61.69 102.45 -
YUV 168.98 175.41 25.3 -
System Red Green Blue C M Y K H S L
Decimal 25 226 253 0.90 0.11 0 0.01 187.11 0.98 0.55
Hex 19 E2 FD 5A B 0 1 BB 62 37
Octal 31 342 375 132 13 0 1 273 142 67
Binary 11001 11100010 11111101 1011010 1011 0 1 10111011 1100010 110111

Color Harmonies of #19E2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E2FD

Black with #19E2FD

Text Example


Text Example

White with #19E2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,226,253); }

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

background-color css

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

 a { background-color: rgb(25,226,253); }

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

border-color css

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

 span { border-color: rgb(25,226,253); }

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