Html Css Color HEX #18DCCC Bright Turquoise

📋 copy color: '#18DCCC'

red 24 ◦ green 220 ◦ blue 204

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

Shades of Bright Turquoise #18DCCC

Tints of Bright Turquoise #18DCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 5.36%
G = 49.11%
B = 45.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#18DCCC (or 0x18DCCC) is known color: Bright Turquoise. HEX triplet: 18, DC and CC. RGB value is (24,220,204). Sum of RGB (Red+Green+Blue) = 24+220+204=448 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.36% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #18DCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DCCC is #E72333. Grayscale: #9F9F9F. Windows color (decimal): -15147828 or 13425688. OLE color: 13425688.

HSL color Cylindrical-coordinate representation of color #18DCCC: hue angle of 175.1º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DCCC is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 220 204 -
CMYK 0.89 0 0.07 0.14
HSL 175.1º 0.8% 0.48% -
HSV(B) 175.1º 0.89% 0.86% -
XYZ 36.87 55.74 65.94 -
YUV 159.57 153.07 31.3 -
System Red Green Blue C M Y K H S L
Decimal 24 220 204 0.89 0 0.07 0.14 175.1 0.8 0.48
Hex 18 DC CC 59 0 7 E AF 50 30
Octal 30 334 314 131 0 7 16 257 120 60
Binary 11000 11011100 11001100 1011001 0 111 1110 10101111 1010000 110000

Color Harmonies of #18DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DCCC

Black with #18DCCC

Text Example


Text Example

White with #18DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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