Html Css Color HEX #18ECBB Bright Turquoise

📋 copy color: '#18ECBB'

red 24 ◦ green 236 ◦ blue 187

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

Shades of Bright Turquoise #18ECBB

Tints of Bright Turquoise #18ECBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 5.37%
G = 52.8%
B = 41.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#18ECBB (or 0x18ECBB) is known color: Bright Turquoise. HEX triplet: 18, EC and BB. RGB value is (24,236,187). Sum of RGB (Red+Green+Blue) = 24+236+187=447 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.37% from 447); Green value is 236 (92.58% from 255 or 52.80% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 236 - color contains mainly: green. Hex color #18ECBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18ECBB is #E71344. Grayscale: #A7A7A7. Windows color (decimal): -15143749 or 12315672. OLE color: 12315672.

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

Color convert

RGB 24 236 187 -
CMYK 0.90 0 0.21 0.07
HSL 166.13º 0.85% 0.51% -
HSV(B) 166.13º 0.9% 0.93% -
XYZ 39.34 63.77 57.25 -
YUV 167.03 139.26 25.98 -
System Red Green Blue C M Y K H S L
Decimal 24 236 187 0.90 0 0.21 0.07 166.13 0.85 0.51
Hex 18 EC BB 5A 0 15 7 A6 55 33
Octal 30 354 273 132 0 25 7 246 125 63
Binary 11000 11101100 10111011 1011010 0 10101 111 10100110 1010101 110011

Color Harmonies of #18ECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ECBB

Black with #18ECBB

Text Example


Text Example

White with #18ECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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