Html Css Color HEX #18EDEA Bright Turquoise

📋 copy color: '#18EDEA'

red 24 ◦ green 237 ◦ blue 234

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

Shades of Bright Turquoise #18EDEA

Tints of Bright Turquoise #18EDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 4.85%
G = 47.88%
B = 47.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#18EDEA (or 0x18EDEA) is known color: Bright Turquoise. HEX triplet: 18, ED and EA. RGB value is (24,237,234). Sum of RGB (Red+Green+Blue) = 24+237+234=495 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.85% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #18EDEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EDEA is #E71215. Grayscale: #ACACAC. Windows color (decimal): -15143446 or 15396120. OLE color: 15396120.

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

Color convert

RGB 24 237 234 -
CMYK 0.90 0 0.01 0.07
HSL 179.15º 0.86% 0.51% -
HSV(B) 179.15º 0.9% 0.93% -
XYZ 45.51 66.7 88.32 -
YUV 172.97 162.43 21.74 -
System Red Green Blue C M Y K H S L
Decimal 24 237 234 0.90 0 0.01 0.07 179.15 0.86 0.51
Hex 18 ED EA 5A 0 1 7 B3 56 33
Octal 30 355 352 132 0 1 7 263 126 63
Binary 11000 11101101 11101010 1011010 0 1 111 10110011 1010110 110011

Color Harmonies of #18EDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EDEA

Black with #18EDEA

Text Example


Text Example

White with #18EDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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