Html Css Color HEX #18EFC2 Bright Turquoise

📋 copy color: '#18EFC2'

red 24 ◦ green 239 ◦ blue 194

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

Shades of Bright Turquoise #18EFC2

Tints of Bright Turquoise #18EFC2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.3%

 BLUE value IS 194 (76.17% from 255) = 42.45%

R = 5.25%
G = 52.3%
B = 42.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#18EFC2 (or 0x18EFC2) is known color: Bright Turquoise. HEX triplet: 18, EF and C2. RGB value is (24,239,194). Sum of RGB (Red+Green+Blue) = 24+239+194=457 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.25% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #18EFC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EFC2 is #E7103D. Grayscale: #A9A9A9. Windows color (decimal): -15142974 or 12775192. OLE color: 12775192.

HSL color Cylindrical-coordinate representation of color #18EFC2: hue angle of 167.44º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EFC2 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 239 194 -
CMYK 0.90 0 0.19 0.06
HSL 167.44º 0.87% 0.52% -
HSV(B) 167.44º 0.9% 0.94% -
XYZ 40.98 65.82 61.58 -
YUV 169.59 141.77 24.16 -
System Red Green Blue C M Y K H S L
Decimal 24 239 194 0.90 0 0.19 0.06 167.44 0.87 0.52
Hex 18 EF C2 5A 0 13 6 A7 57 34
Octal 30 357 302 132 0 23 6 247 127 64
Binary 11000 11101111 11000010 1011010 0 10011 110 10100111 1010111 110100

Color Harmonies of #18EFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EFC2

Black with #18EFC2

Text Example


Text Example

White with #18EFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,239,194); }

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

background-color css

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

 a { background-color: rgb(24,239,194); }

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

border-color css

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

 span { border-color: rgb(24,239,194); }

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