Html Css Color HEX #18D8D3 Bright Turquoise

📋 copy color: '#18D8D3'

red 24 ◦ green 216 ◦ blue 211

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

Shades of Bright Turquoise #18D8D3

Tints of Bright Turquoise #18D8D3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.89%

 BLUE value IS 211 (82.81% from 255) = 46.78%

R = 5.32%
G = 47.89%
B = 46.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#18D8D3 (or 0x18D8D3) is known color: Bright Turquoise. HEX triplet: 18, D8 and D3. RGB value is (24,216,211). Sum of RGB (Red+Green+Blue) = 24+216+211=451 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.32% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #18D8D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D8D3 is #E7272C. Grayscale: #9D9D9D. Windows color (decimal): -15148845 or 13883416. OLE color: 13883416.

HSL color Cylindrical-coordinate representation of color #18D8D3: hue angle of 178.44º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D8D3 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 216 211 -
CMYK 0.89 0 0.02 0.15
HSL 178.44º 0.8% 0.47% -
HSV(B) 178.44º 0.89% 0.85% -
XYZ 36.69 54.01 70.12 -
YUV 158.02 157.89 32.41 -
System Red Green Blue C M Y K H S L
Decimal 24 216 211 0.89 0 0.02 0.15 178.44 0.8 0.47
Hex 18 D8 D3 59 0 2 F B2 50 2F
Octal 30 330 323 131 0 2 17 262 120 57
Binary 11000 11011000 11010011 1011001 0 10 1111 10110010 1010000 101111

Color Harmonies of #18D8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D8D3

Black with #18D8D3

Text Example


Text Example

White with #18D8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,216,211); }

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

background-color css

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

 a { background-color: rgb(24,216,211); }

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

border-color css

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

 span { border-color: rgb(24,216,211); }

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