Html Css Color HEX #18EDEC Bright Turquoise

📋 copy color: '#18EDEC'

red 24 ◦ green 237 ◦ blue 236

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

Shades of Bright Turquoise #18EDEC

Tints of Bright Turquoise #18EDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.69%

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 4.83%
G = 47.69%
B = 47.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#18EDEC (or 0x18EDEC) is known color: Bright Turquoise. HEX triplet: 18, ED and EC. RGB value is (24,237,236). Sum of RGB (Red+Green+Blue) = 24+237+236=497 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.83% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #18EDEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EDEC is #E71213. Grayscale: #ACACAC. Windows color (decimal): -15143444 or 15527192. OLE color: 15527192.

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

Color convert

RGB 24 237 236 -
CMYK 0.90 0 0.00 0.07
HSL 179.72º 0.86% 0.51% -
HSV(B) 179.72º 0.9% 0.93% -
XYZ 45.8 66.82 89.84 -
YUV 173.2 163.43 21.58 -
System Red Green Blue C M Y K H S L
Decimal 24 237 236 0.90 0 0.00 0.07 179.72 0.86 0.51
Hex 18 ED EC 5A 0 0 7 B4 56 33
Octal 30 355 354 132 0 0 7 264 126 63
Binary 11000 11101101 11101100 1011010 0 0 111 10110100 1010110 110011

Color Harmonies of #18EDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EDEC

Black with #18EDEC

Text Example


Text Example

White with #18EDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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