Html Css Color HEX #18E8CC Bright Turquoise

📋 copy color: '#18E8CC'

red 24 ◦ green 232 ◦ blue 204

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

Shades of Bright Turquoise #18E8CC

Tints of Bright Turquoise #18E8CC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 50.43%

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 5.22%
G = 50.43%
B = 44.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#18E8CC (or 0x18E8CC) is known color: Bright Turquoise. HEX triplet: 18, E8 and CC. RGB value is (24,232,204). Sum of RGB (Red+Green+Blue) = 24+232+204=460 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.22% from 460); Green value is 232 (91.02% from 255 or 50.43% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 232 - color contains mainly: green. Hex color #18E8CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E8CC is #E71733. Grayscale: #A6A6A6. Windows color (decimal): -15144756 or 13428760. OLE color: 13428760.

HSL color Cylindrical-coordinate representation of color #18E8CC: hue angle of 171.92º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E8CC is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 232 204 -
CMYK 0.90 0 0.12 0.09
HSL 171.92º 0.82% 0.5% -
HSV(B) 171.92º 0.9% 0.91% -
XYZ 40.13 62.27 67.03 -
YUV 166.62 149.09 26.28 -
System Red Green Blue C M Y K H S L
Decimal 24 232 204 0.90 0 0.12 0.09 171.92 0.82 0.5
Hex 18 E8 CC 5A 0 C 9 AC 52 32
Octal 30 350 314 132 0 14 11 254 122 62
Binary 11000 11101000 11001100 1011010 0 1100 1001 10101100 1010010 110010

Color Harmonies of #18E8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E8CC

Black with #18E8CC

Text Example


Text Example

White with #18E8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,232,204); }

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

background-color css

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

 a { background-color: rgb(24,232,204); }

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

border-color css

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

 span { border-color: rgb(24,232,204); }

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