Html Css Color HEX #18DCCD Bright Turquoise

📋 copy color: '#18DCCD'

red 24 ◦ green 220 ◦ blue 205

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

Shades of Bright Turquoise #18DCCD

Tints of Bright Turquoise #18DCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 5.35%
G = 49%
B = 45.66%

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

#18DCCD (or 0x18DCCD) is known color: Bright Turquoise. HEX triplet: 18, DC and CD. RGB value is (24,220,205). Sum of RGB (Red+Green+Blue) = 24+220+205=449 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.35% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #18DCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DCCD is #E72332. Grayscale: #9F9F9F. Windows color (decimal): -15147827 or 13491224. OLE color: 13491224.

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

Color convert

RGB 24 220 205 -
CMYK 0.89 0 0.07 0.14
HSL 175.41º 0.8% 0.48% -
HSV(B) 175.41º 0.89% 0.86% -
XYZ 36.99 55.79 66.58 -
YUV 159.69 153.57 31.22 -
System Red Green Blue C M Y K H S L
Decimal 24 220 205 0.89 0 0.07 0.14 175.41 0.8 0.48
Hex 18 DC CD 59 0 7 E AF 50 30
Octal 30 334 315 131 0 7 16 257 120 60
Binary 11000 11011100 11001101 1011001 0 111 1110 10101111 1010000 110000

Color Harmonies of #18DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DCCD

Black with #18DCCD

Text Example


Text Example

White with #18DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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