Html Css Color HEX #18E2F9 Bright Turquoise

📋 copy color: '#18E2F9'

red 24 ◦ green 226 ◦ blue 249

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

Shades of Bright Turquoise #18E2F9

Tints of Bright Turquoise #18E2F9

RGB

 RED value IS 24 (9.77% from 255) = 4.81%

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

 BLUE value IS 249 (97.66% from 255) = 49.9%

R = 4.81%
G = 45.29%
B = 49.9%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18E2F9 (or 0x18E2F9) is known color: Bright Turquoise. HEX triplet: 18, E2 and F9. RGB value is (24,226,249). Sum of RGB (Red+Green+Blue) = 24+226+249=499 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.81% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #18E2F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18E2F9 is #E71D06. Grayscale: #A7A7A7. Windows color (decimal): -15146247 or 16376344. OLE color: 16376344.

HSL color Cylindrical-coordinate representation of color #18E2F9: hue angle of 186.13º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E2F9 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 226 249 -
CMYK 0.90 0.09 0 0.02
HSL 186.13º 0.95% 0.54% -
HSV(B) 186.13º 0.9% 0.98% -
XYZ 44.67 61.43 99.12 -
YUV 168.22 173.58 25.13 -
System Red Green Blue C M Y K H S L
Decimal 24 226 249 0.90 0.09 0 0.02 186.13 0.95 0.54
Hex 18 E2 F9 5A 9 0 2 BA 5F 36
Octal 30 342 371 132 11 0 2 272 137 66
Binary 11000 11100010 11111001 1011010 1001 0 10 10111010 1011111 110110

Color Harmonies of #18E2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E2F9

Black with #18E2F9

Text Example


Text Example

White with #18E2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18E2F9; }

 p { color: rgb(24,226,249); }

 H1.HeaderClassName
 {
   color: #18E2F9;
 }
 .AnyTagClassName
 {
   color: #18E2F9;
 }
</style>

background-color css

<style>
 a { background-color: #18E2F9; }

 a { background-color: rgb(24,226,249); }

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

border-color css

<style>
 span { border-color: #18E2F9; }

 span { border-color: rgb(24,226,249); }

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