Html Css Color HEX #18FBEC Bright Turquoise

📋 copy color: '#18FBEC'

red 24 ◦ green 251 ◦ blue 236

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

Shades of Bright Turquoise #18FBEC

Tints of Bright Turquoise #18FBEC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.12%

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 4.7%
G = 49.12%
B = 46.18%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#18FBEC (or 0x18FBEC) is known color: Bright Turquoise. HEX triplet: 18, FB and EC. RGB value is (24,251,236). Sum of RGB (Red+Green+Blue) = 24+251+236=511 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.70% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #18FBEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FBEC is #E70413. Grayscale: #B5B5B5. Windows color (decimal): -15139860 or 15530776. OLE color: 15530776.

HSL color Cylindrical-coordinate representation of color #18FBEC: hue angle of 176.04º degrees, saturation: 0.97, 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 #18FBEC is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 251 236 -
CMYK 0.90 0 0.06 0.02
HSL 176.04º 0.97% 0.54% -
HSV(B) 176.04º 0.9% 0.98% -
XYZ 50.01 75.24 91.24 -
YUV 181.42 158.79 15.72 -
System Red Green Blue C M Y K H S L
Decimal 24 251 236 0.90 0 0.06 0.02 176.04 0.97 0.54
Hex 18 FB EC 5A 0 6 2 B0 61 36
Octal 30 373 354 132 0 6 2 260 141 66
Binary 11000 11111011 11101100 1011010 0 110 10 10110000 1100001 110110

Color Harmonies of #18FBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FBEC

Black with #18FBEC

Text Example


Text Example

White with #18FBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,251,236); }

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

background-color css

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

 a { background-color: rgb(24,251,236); }

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

border-color css

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

 span { border-color: rgb(24,251,236); }

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