Html Css Color HEX #18FCC0 Bright Turquoise

📋 copy color: '#18FCC0'

red 24 ◦ green 252 ◦ blue 192

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

Shades of Bright Turquoise #18FCC0

Tints of Bright Turquoise #18FCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.03%

R = 5.13%
G = 53.85%
B = 41.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#18FCC0 (or 0x18FCC0) is known color: Bright Turquoise. HEX triplet: 18, FC and C0. RGB value is (24,252,192). Sum of RGB (Red+Green+Blue) = 24+252+192=468 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.13% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #18FCC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FCC0 is #E7033F. Grayscale: #B0B0B0. Windows color (decimal): -15139648 or 12647448. OLE color: 12647448.

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

Color convert

RGB 24 252 192 -
CMYK 0.90 0 0.24 0.01
HSL 164.21º 0.97% 0.54% -
HSV(B) 164.21º 0.9% 0.99% -
XYZ 44.7 73.62 61.72 -
YUV 176.99 136.46 18.88 -
System Red Green Blue C M Y K H S L
Decimal 24 252 192 0.90 0 0.24 0.01 164.21 0.97 0.54
Hex 18 FC C0 5A 0 18 1 A4 61 36
Octal 30 374 300 132 0 30 1 244 141 66
Binary 11000 11111100 11000000 1011010 0 11000 1 10100100 1100001 110110

Color Harmonies of #18FCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FCC0

Black with #18FCC0

Text Example


Text Example

White with #18FCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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