Html Css Color HEX #18DDE9 Bright Turquoise

📋 copy color: '#18DDE9'

red 24 ◦ green 221 ◦ blue 233

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

Shades of Bright Turquoise #18DDE9

Tints of Bright Turquoise #18DDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.74%

R = 5.02%
G = 46.23%
B = 48.74%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#18DDE9 (or 0x18DDE9) is known color: Bright Turquoise. HEX triplet: 18, DD and E9. RGB value is (24,221,233). Sum of RGB (Red+Green+Blue) = 24+221+233=478 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.02% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 233 - color contains mainly: blue. Hex color #18DDE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DDE9 is #E72216. Grayscale: #A3A3A3. Windows color (decimal): -15147543 or 15326488. OLE color: 15326488.

HSL color Cylindrical-coordinate representation of color #18DDE9: hue angle of 183.44º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18DDE9 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 221 233 -
CMYK 0.90 0.05 0 0.09
HSL 183.45º 0.83% 0.5% -
HSV(B) 183.45º 0.9% 0.91% -
XYZ 40.94 57.79 86.09 -
YUV 163.47 167.23 28.52 -
System Red Green Blue C M Y K H S L
Decimal 24 221 233 0.90 0.05 0 0.09 183.45 0.83 0.5
Hex 18 DD E9 5A 5 0 9 B7 53 32
Octal 30 335 351 132 5 0 11 267 123 62
Binary 11000 11011101 11101001 1011010 101 0 1001 10110111 1010011 110010

Color Harmonies of #18DDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DDE9

Black with #18DDE9

Text Example


Text Example

White with #18DDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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