Html Css Color HEX #18DCDF Bright Turquoise

📋 copy color: '#18DCDF'

red 24 ◦ green 220 ◦ blue 223

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

Shades of Bright Turquoise #18DCDF

Tints of Bright Turquoise #18DCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.11%

 BLUE value IS 223 (87.5% from 255) = 47.75%

R = 5.14%
G = 47.11%
B = 47.75%

CMYK

 C value IS 0.89

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18DCDF (or 0x18DCDF) is known color: Bright Turquoise. HEX triplet: 18, DC and DF. RGB value is (24,220,223). Sum of RGB (Red+Green+Blue) = 24+220+223=467 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.14% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #18DCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DCDF is #E72320. Grayscale: #A1A1A1. Windows color (decimal): -15147809 or 14670872. OLE color: 14670872.

HSL color Cylindrical-coordinate representation of color #18DCDF: hue angle of 180.9º degrees, saturation: 0.81, 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 #18DCDF is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 220 223 -
CMYK 0.89 0.01 0 0.13
HSL 180.9º 0.81% 0.48% -
HSV(B) 180.9º 0.89% 0.87% -
XYZ 39.29 56.71 78.69 -
YUV 161.74 162.57 29.76 -
System Red Green Blue C M Y K H S L
Decimal 24 220 223 0.89 0.01 0 0.13 180.9 0.81 0.48
Hex 18 DC DF 59 1 0 D B5 51 30
Octal 30 334 337 131 1 0 15 265 121 60
Binary 11000 11011100 11011111 1011001 1 0 1101 10110101 1010001 110000

Color Harmonies of #18DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DCDF

Black with #18DCDF

Text Example


Text Example

White with #18DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,220,223); }

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

background-color css

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

 a { background-color: rgb(24,220,223); }

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

border-color css

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

 span { border-color: rgb(24,220,223); }

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