Html Css Color HEX #18DEDD Bright Turquoise

📋 copy color: '#18DEDD'

red 24 ◦ green 222 ◦ blue 221

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

Shades of Bright Turquoise #18DEDD

Tints of Bright Turquoise #18DEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.54%

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

R = 5.14%
G = 47.54%
B = 47.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#18DEDD (or 0x18DEDD) is known color: Bright Turquoise. HEX triplet: 18, DE and DD. RGB value is (24,222,221). Sum of RGB (Red+Green+Blue) = 24+222+221=467 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.14% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #18DEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DEDD is #E72122. Grayscale: #A2A2A2. Windows color (decimal): -15147299 or 14540312. OLE color: 14540312.

HSL color Cylindrical-coordinate representation of color #18DEDD: hue angle of 179.7º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DEDD is Cyan = 0.89, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 222 221 -
CMYK 0.89 0 0.00 0.13
HSL 179.7º 0.8% 0.48% -
HSV(B) 179.7º 0.89% 0.87% -
XYZ 39.55 57.66 77.45 -
YUV 162.68 160.9 29.08 -
System Red Green Blue C M Y K H S L
Decimal 24 222 221 0.89 0 0.00 0.13 179.7 0.8 0.48
Hex 18 DE DD 59 0 0 D B4 50 30
Octal 30 336 335 131 0 0 15 264 120 60
Binary 11000 11011110 11011101 1011001 0 0 1101 10110100 1010000 110000

Color Harmonies of #18DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DEDD

Black with #18DEDD

Text Example


Text Example

White with #18DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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