Html Css Color HEX #19EEF4 Bright Turquoise

📋 copy color: '#19EEF4'

red 25 ◦ green 238 ◦ blue 244

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

Shades of Bright Turquoise #19EEF4

Tints of Bright Turquoise #19EEF4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.94%

 BLUE value IS 244 (95.7% from 255) = 48.13%

R = 4.93%
G = 46.94%
B = 48.13%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#19EEF4 (or 0x19EEF4) is known color: Bright Turquoise. HEX triplet: 19, EE and F4. RGB value is (25,238,244). Sum of RGB (Red+Green+Blue) = 25+238+244=507 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.93% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #19EEF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EEF4 is #E6110B. Grayscale: #AEAEAE. Windows color (decimal): -15077644 or 16051737. OLE color: 16051737.

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

Color convert

RGB 25 238 244 -
CMYK 0.90 0.02 0 0.04
HSL 181.64º 0.91% 0.53% -
HSV(B) 181.64º 0.9% 0.96% -
XYZ 47.3 67.89 96.2 -
YUV 175 166.93 21.01 -
System Red Green Blue C M Y K H S L
Decimal 25 238 244 0.90 0.02 0 0.04 181.64 0.91 0.53
Hex 19 EE F4 5A 2 0 4 B6 5B 35
Octal 31 356 364 132 2 0 4 266 133 65
Binary 11001 11101110 11110100 1011010 10 0 100 10110110 1011011 110101

Color Harmonies of #19EEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EEF4

Black with #19EEF4

Text Example


Text Example

White with #19EEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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