Html Css Color HEX #18FCEB Bright Turquoise

📋 copy color: '#18FCEB'

red 24 ◦ green 252 ◦ blue 235

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

Shades of Bright Turquoise #18FCEB

Tints of Bright Turquoise #18FCEB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.32%

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 4.7%
G = 49.32%
B = 45.99%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#18FCEB (or 0x18FCEB) is known color: Bright Turquoise. HEX triplet: 18, FC and EB. RGB value is (24,252,235). Sum of RGB (Red+Green+Blue) = 24+252+235=511 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.70% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #18FCEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FCEB is #E70314. Grayscale: #B5B5B5. Windows color (decimal): -15139605 or 15465496. OLE color: 15465496.

HSL color Cylindrical-coordinate representation of color #18FCEB: hue angle of 175.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FCEB is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 252 235 -
CMYK 0.90 0 0.07 0.01
HSL 175.53º 0.97% 0.54% -
HSV(B) 175.53º 0.9% 0.99% -
XYZ 50.18 75.81 90.59 -
YUV 181.89 157.96 15.38 -
System Red Green Blue C M Y K H S L
Decimal 24 252 235 0.90 0 0.07 0.01 175.53 0.97 0.54
Hex 18 FC EB 5A 0 7 1 B0 61 36
Octal 30 374 353 132 0 7 1 260 141 66
Binary 11000 11111100 11101011 1011010 0 111 1 10110000 1100001 110110

Color Harmonies of #18FCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FCEB

Black with #18FCEB

Text Example


Text Example

White with #18FCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,252,235); }

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

background-color css

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

 a { background-color: rgb(24,252,235); }

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

border-color css

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

 span { border-color: rgb(24,252,235); }

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