Html Css Color HEX #18EECB Bright Turquoise

📋 copy color: '#18EECB'

red 24 ◦ green 238 ◦ blue 203

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

Shades of Bright Turquoise #18EECB

Tints of Bright Turquoise #18EECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.18%

 BLUE value IS 203 (79.69% from 255) = 43.66%

R = 5.16%
G = 51.18%
B = 43.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#18EECB (or 0x18EECB) is known color: Bright Turquoise. HEX triplet: 18, EE and CB. RGB value is (24,238,203). Sum of RGB (Red+Green+Blue) = 24+238+203=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #18EECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EECB is #E71134. Grayscale: #A9A9A9. Windows color (decimal): -15143221 or 13364760. OLE color: 13364760.

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

Color convert

RGB 24 238 203 -
CMYK 0.90 0 0.15 0.07
HSL 170.19º 0.86% 0.51% -
HSV(B) 170.19º 0.9% 0.93% -
XYZ 41.73 65.66 66.97 -
YUV 170.02 146.6 23.85 -
System Red Green Blue C M Y K H S L
Decimal 24 238 203 0.90 0 0.15 0.07 170.19 0.86 0.51
Hex 18 EE CB 5A 0 F 7 AA 56 33
Octal 30 356 313 132 0 17 7 252 126 63
Binary 11000 11101110 11001011 1011010 0 1111 111 10101010 1010110 110011

Color Harmonies of #18EECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EECB

Black with #18EECB

Text Example


Text Example

White with #18EECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,238,203); }

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

background-color css

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

 a { background-color: rgb(24,238,203); }

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

border-color css

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

 span { border-color: rgb(24,238,203); }

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