Html Css Color HEX #18FBCE Bright Turquoise

📋 copy color: '#18FBCE'

red 24 ◦ green 251 ◦ blue 206

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

Shades of Bright Turquoise #18FBCE

Tints of Bright Turquoise #18FBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 4.99%
G = 52.18%
B = 42.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#18FBCE (or 0x18FBCE) is known color: Bright Turquoise. HEX triplet: 18, FB and CE. RGB value is (24,251,206). Sum of RGB (Red+Green+Blue) = 24+251+206=481 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.99% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #18FBCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FBCE is #E70431. Grayscale: #B1B1B1. Windows color (decimal): -15139890 or 13564696. OLE color: 13564696.

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

Color convert

RGB 24 251 206 -
CMYK 0.90 0 0.18 0.02
HSL 168.11º 0.97% 0.54% -
HSV(B) 168.11º 0.9% 0.98% -
XYZ 46.01 73.64 70.18 -
YUV 178 143.79 18.16 -
System Red Green Blue C M Y K H S L
Decimal 24 251 206 0.90 0 0.18 0.02 168.11 0.97 0.54
Hex 18 FB CE 5A 0 12 2 A8 61 36
Octal 30 373 316 132 0 22 2 250 141 66
Binary 11000 11111011 11001110 1011010 0 10010 10 10101000 1100001 110110

Color Harmonies of #18FBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FBCE

Black with #18FBCE

Text Example


Text Example

White with #18FBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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