Html Css Color HEX #19EFF3 Bright Turquoise

📋 copy color: '#19EFF3'

red 25 ◦ green 239 ◦ blue 243

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

Shades of Bright Turquoise #19EFF3

Tints of Bright Turquoise #19EFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.93%

R = 4.93%
G = 47.14%
B = 47.93%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#19EFF3 (or 0x19EFF3) is known color: Bright Turquoise. HEX triplet: 19, EF and F3. RGB value is (25,239,243). Sum of RGB (Red+Green+Blue) = 25+239+243=507 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.93% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #19EFF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EFF3 is #E6100C. Grayscale: #AFAFAF. Windows color (decimal): -15077389 or 15986457. OLE color: 15986457.

HSL color Cylindrical-coordinate representation of color #19EFF3: hue angle of 181.1º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EFF3 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 239 243 -
CMYK 0.90 0.02 0 0.05
HSL 181.1º 0.9% 0.53% -
HSV(B) 181.1º 0.9% 0.95% -
XYZ 47.45 68.41 95.5 -
YUV 175.47 166.1 20.67 -
System Red Green Blue C M Y K H S L
Decimal 25 239 243 0.90 0.02 0 0.05 181.1 0.9 0.53
Hex 19 EF F3 5A 2 0 5 B5 5A 35
Octal 31 357 363 132 2 0 5 265 132 65
Binary 11001 11101111 11110011 1011010 10 0 101 10110101 1011010 110101

Color Harmonies of #19EFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EFF3

Black with #19EFF3

Text Example


Text Example

White with #19EFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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