Html Css Color HEX #18EDDD Bright Turquoise

📋 copy color: '#18EDDD'

red 24 ◦ green 237 ◦ blue 221

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

Shades of Bright Turquoise #18EDDD

Tints of Bright Turquoise #18EDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 4.98%
G = 49.17%
B = 45.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#18EDDD (or 0x18EDDD) is known color: Bright Turquoise. HEX triplet: 18, ED and DD. RGB value is (24,237,221). Sum of RGB (Red+Green+Blue) = 24+237+221=482 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.98% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #18EDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EDDD is #E71222. Grayscale: #ABABAB. Windows color (decimal): -15143459 or 14544152. OLE color: 14544152.

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

Color convert

RGB 24 237 221 -
CMYK 0.90 0 0.07 0.07
HSL 175.49º 0.86% 0.51% -
HSV(B) 175.49º 0.9% 0.93% -
XYZ 43.71 65.98 78.84 -
YUV 171.49 155.93 22.8 -
System Red Green Blue C M Y K H S L
Decimal 24 237 221 0.90 0 0.07 0.07 175.49 0.86 0.51
Hex 18 ED DD 5A 0 7 7 AF 56 33
Octal 30 355 335 132 0 7 7 257 126 63
Binary 11000 11101101 11011101 1011010 0 111 111 10101111 1010110 110011

Color Harmonies of #18EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EDDD

Black with #18EDDD

Text Example


Text Example

White with #18EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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