Html Css Color HEX #18DFCA Bright Turquoise

📋 copy color: '#18DFCA'

red 24 ◦ green 223 ◦ blue 202

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

Shades of Bright Turquoise #18DFCA

Tints of Bright Turquoise #18DFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 5.35%
G = 49.67%
B = 44.99%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#18DFCA (or 0x18DFCA) is known color: Bright Turquoise. HEX triplet: 18, DF and CA. RGB value is (24,223,202). Sum of RGB (Red+Green+Blue) = 24+223+202=449 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.35% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #18DFCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DFCA is #E72035. Grayscale: #A0A0A0. Windows color (decimal): -15147062 or 13295384. OLE color: 13295384.

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

Color convert

RGB 24 223 202 -
CMYK 0.89 0 0.09 0.13
HSL 173.67º 0.81% 0.48% -
HSV(B) 173.67º 0.89% 0.87% -
XYZ 37.43 57.23 64.95 -
YUV 161.11 151.07 30.21 -
System Red Green Blue C M Y K H S L
Decimal 24 223 202 0.89 0 0.09 0.13 173.67 0.81 0.48
Hex 18 DF CA 59 0 9 D AE 51 30
Octal 30 337 312 131 0 11 15 256 121 60
Binary 11000 11011111 11001010 1011001 0 1001 1101 10101110 1010001 110000

Color Harmonies of #18DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DFCA

Black with #18DFCA

Text Example


Text Example

White with #18DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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