Html Css Color HEX #18DDED Bright Turquoise

📋 copy color: '#18DDED'

red 24 ◦ green 221 ◦ blue 237

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

Shades of Bright Turquoise #18DDED

Tints of Bright Turquoise #18DDED

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18DDED (or 0x18DDED) is known color: Bright Turquoise. HEX triplet: 18, DD and ED. RGB value is (24,221,237). Sum of RGB (Red+Green+Blue) = 24+221+237=482 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.98% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #18DDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DDED is #E72212. Grayscale: #A3A3A3. Windows color (decimal): -15147539 or 15588632. OLE color: 15588632.

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

Color convert

RGB 24 221 237 -
CMYK 0.90 0.07 0 0.07
HSL 184.51º 0.86% 0.51% -
HSV(B) 184.51º 0.9% 0.93% -
XYZ 41.52 58.02 89.13 -
YUV 163.92 169.23 28.2 -
System Red Green Blue C M Y K H S L
Decimal 24 221 237 0.90 0.07 0 0.07 184.51 0.86 0.51
Hex 18 DD ED 5A 7 0 7 B9 56 33
Octal 30 335 355 132 7 0 7 271 126 63
Binary 11000 11011101 11101101 1011010 111 0 111 10111001 1010110 110011

Color Harmonies of #18DDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DDED

Black with #18DDED

Text Example


Text Example

White with #18DDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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