Html Css Color HEX #18DFDA Bright Turquoise

📋 copy color: '#18DFDA'

red 24 ◦ green 223 ◦ blue 218

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

Shades of Bright Turquoise #18DFDA

Tints of Bright Turquoise #18DFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.96%

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 5.16%
G = 47.96%
B = 46.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#18DFDA (or 0x18DFDA) is known color: Bright Turquoise. HEX triplet: 18, DF and DA. RGB value is (24,223,218). Sum of RGB (Red+Green+Blue) = 24+223+218=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #18DFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DFDA is #E72025. Grayscale: #A2A2A2. Windows color (decimal): -15147046 or 14343960. OLE color: 14343960.

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

Color convert

RGB 24 223 218 -
CMYK 0.89 0 0.02 0.13
HSL 178.49º 0.81% 0.48% -
HSV(B) 178.49º 0.89% 0.87% -
XYZ 39.42 58.03 75.45 -
YUV 162.93 159.07 28.91 -
System Red Green Blue C M Y K H S L
Decimal 24 223 218 0.89 0 0.02 0.13 178.49 0.81 0.48
Hex 18 DF DA 59 0 2 D B2 51 30
Octal 30 337 332 131 0 2 15 262 121 60
Binary 11000 11011111 11011010 1011001 0 10 1101 10110010 1010001 110000

Color Harmonies of #18DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DFDA

Black with #18DFDA

Text Example


Text Example

White with #18DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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