Html Css Color HEX #18ECC0 Bright Turquoise

📋 copy color: '#18ECC0'

red 24 ◦ green 236 ◦ blue 192

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

Shades of Bright Turquoise #18ECC0

Tints of Bright Turquoise #18ECC0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 52.21%

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

R = 5.31%
G = 52.21%
B = 42.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#18ECC0 (or 0x18ECC0) is known color: Bright Turquoise. HEX triplet: 18, EC and C0. RGB value is (24,236,192). Sum of RGB (Red+Green+Blue) = 24+236+192=452 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.31% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #18ECC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18ECC0 is #E7133F. Grayscale: #A7A7A7. Windows color (decimal): -15143744 or 12643352. OLE color: 12643352.

HSL color Cylindrical-coordinate representation of color #18ECC0: hue angle of 167.55º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18ECC0 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 236 192 -
CMYK 0.90 0 0.19 0.07
HSL 167.55º 0.85% 0.51% -
HSV(B) 167.55º 0.9% 0.93% -
XYZ 39.89 63.99 60.12 -
YUV 167.6 141.76 25.58 -
System Red Green Blue C M Y K H S L
Decimal 24 236 192 0.90 0 0.19 0.07 167.55 0.85 0.51
Hex 18 EC C0 5A 0 13 7 A8 55 33
Octal 30 354 300 132 0 23 7 250 125 63
Binary 11000 11101100 11000000 1011010 0 10011 111 10101000 1010101 110011

Color Harmonies of #18ECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ECC0

Black with #18ECC0

Text Example


Text Example

White with #18ECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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