Html Css Color HEX #18FEDD Bright Turquoise

📋 copy color: '#18FEDD'

red 24 ◦ green 254 ◦ blue 221

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

Shades of Bright Turquoise #18FEDD

Tints of Bright Turquoise #18FEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.9%

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

R = 4.81%
G = 50.9%
B = 44.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#18FEDD (or 0x18FEDD) is known color: Bright Turquoise. HEX triplet: 18, FE and DD. RGB value is (24,254,221). Sum of RGB (Red+Green+Blue) = 24+254+221=499 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.81% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #18FEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FEDD is #E70122. Grayscale: #B5B5B5. Windows color (decimal): -15139107 or 14548504. OLE color: 14548504.

HSL color Cylindrical-coordinate representation of color #18FEDD: hue angle of 171.39º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FEDD is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 24 254 221 -
CMYK 0.91 0 0.13 0.00
HSL 171.39º 0.99% 0.55% -
HSV(B) 171.39º 0.91% 1% -
XYZ 48.87 76.3 80.56 -
YUV 181.47 150.3 15.68 -
System Red Green Blue C M Y K H S L
Decimal 24 254 221 0.91 0 0.13 0.00 171.39 0.99 0.55
Hex 18 FE DD 5B 0 D 0 AB 63 37
Octal 30 376 335 133 0 15 0 253 143 67
Binary 11000 11111110 11011101 1011011 0 1101 0 10101011 1100011 110111

Color Harmonies of #18FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FEDD

Black with #18FEDD

Text Example


Text Example

White with #18FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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