Html Css Color HEX #18D1EC Bright Turquoise

📋 copy color: '#18D1EC'

red 24 ◦ green 209 ◦ blue 236

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

Shades of Bright Turquoise #18D1EC

Tints of Bright Turquoise #18D1EC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.56%

 BLUE value IS 236 (92.58% from 255) = 50.32%

R = 5.12%
G = 44.56%
B = 50.32%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18D1EC (or 0x18D1EC) is known color: Bright Turquoise. HEX triplet: 18, D1 and EC. RGB value is (24,209,236). Sum of RGB (Red+Green+Blue) = 24+209+236=469 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.12% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #18D1EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D1EC is #E72E13. Grayscale: #9C9C9C. Windows color (decimal): -15150612 or 15520024. OLE color: 15520024.

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

Color convert

RGB 24 209 236 -
CMYK 0.90 0.11 0 0.07
HSL 187.64º 0.85% 0.51% -
HSV(B) 187.64º 0.9% 0.93% -
XYZ 38.32 51.85 87.35 -
YUV 156.76 172.71 33.3 -
System Red Green Blue C M Y K H S L
Decimal 24 209 236 0.90 0.11 0 0.07 187.64 0.85 0.51
Hex 18 D1 EC 5A B 0 7 BC 55 33
Octal 30 321 354 132 13 0 7 274 125 63
Binary 11000 11010001 11101100 1011010 1011 0 111 10111100 1010101 110011

Color Harmonies of #18D1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D1EC

Black with #18D1EC

Text Example


Text Example

White with #18D1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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