Html Css Color HEX #18DDD3 Bright Turquoise

📋 copy color: '#18DDD3'

red 24 ◦ green 221 ◦ blue 211

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

Shades of Bright Turquoise #18DDD3

Tints of Bright Turquoise #18DDD3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.46%

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

R = 5.26%
G = 48.46%
B = 46.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#18DDD3 (or 0x18DDD3) is known color: Bright Turquoise. HEX triplet: 18, DD and D3. RGB value is (24,221,211). Sum of RGB (Red+Green+Blue) = 24+221+211=456 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.26% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #18DDD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DDD3 is #E7222C. Grayscale: #A0A0A0. Windows color (decimal): -15147565 or 13884696. OLE color: 13884696.

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

Color convert

RGB 24 221 211 -
CMYK 0.89 0 0.05 0.13
HSL 176.95º 0.8% 0.48% -
HSV(B) 176.95º 0.89% 0.87% -
XYZ 37.99 56.61 70.55 -
YUV 160.96 156.23 30.31 -
System Red Green Blue C M Y K H S L
Decimal 24 221 211 0.89 0 0.05 0.13 176.95 0.8 0.48
Hex 18 DD D3 59 0 5 D B1 50 30
Octal 30 335 323 131 0 5 15 261 120 60
Binary 11000 11011101 11010011 1011001 0 101 1101 10110001 1010000 110000

Color Harmonies of #18DDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DDD3

Black with #18DDD3

Text Example


Text Example

White with #18DDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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