Html Css Color HEX #18ECDD Bright Turquoise

📋 copy color: '#18ECDD'

red 24 ◦ green 236 ◦ blue 221

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

Shades of Bright Turquoise #18ECDD

Tints of Bright Turquoise #18ECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.06%

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

R = 4.99%
G = 49.06%
B = 45.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#18ECDD (or 0x18ECDD) is known color: Bright Turquoise. HEX triplet: 18, EC and DD. RGB value is (24,236,221). Sum of RGB (Red+Green+Blue) = 24+236+221=481 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.99% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #18ECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18ECDD is #E71322. Grayscale: #AAAAAA. Windows color (decimal): -15143715 or 14543896. OLE color: 14543896.

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

Color convert

RGB 24 236 221 -
CMYK 0.90 0 0.06 0.07
HSL 175.75º 0.85% 0.51% -
HSV(B) 175.75º 0.9% 0.93% -
XYZ 43.42 65.41 78.74 -
YUV 170.9 156.26 23.22 -
System Red Green Blue C M Y K H S L
Decimal 24 236 221 0.90 0 0.06 0.07 175.75 0.85 0.51
Hex 18 EC DD 5A 0 6 7 B0 55 33
Octal 30 354 335 132 0 6 7 260 125 63
Binary 11000 11101100 11011101 1011010 0 110 111 10110000 1010101 110011

Color Harmonies of #18ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ECDD

Black with #18ECDD

Text Example


Text Example

White with #18ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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