Html Css Color HEX #18EECE Bright Turquoise

📋 copy color: '#18EECE'

red 24 ◦ green 238 ◦ blue 206

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

Shades of Bright Turquoise #18EECE

Tints of Bright Turquoise #18EECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 5.13%
G = 50.85%
B = 44.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#18EECE (or 0x18EECE) is known color: Bright Turquoise. HEX triplet: 18, EE and CE. RGB value is (24,238,206). Sum of RGB (Red+Green+Blue) = 24+238+206=468 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.13% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #18EECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EECE is #E71131. Grayscale: #AAAAAA. Windows color (decimal): -15143218 or 13561368. OLE color: 13561368.

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

Color convert

RGB 24 238 206 -
CMYK 0.90 0 0.13 0.07
HSL 171.03º 0.86% 0.51% -
HSV(B) 171.03º 0.9% 0.93% -
XYZ 42.09 65.8 68.87 -
YUV 170.37 148.1 23.6 -
System Red Green Blue C M Y K H S L
Decimal 24 238 206 0.90 0 0.13 0.07 171.03 0.86 0.51
Hex 18 EE CE 5A 0 D 7 AB 56 33
Octal 30 356 316 132 0 15 7 253 126 63
Binary 11000 11101110 11001110 1011010 0 1101 111 10101011 1010110 110011

Color Harmonies of #18EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EECE

Black with #18EECE

Text Example


Text Example

White with #18EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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