Html Css Color HEX #18FDDB Bright Turquoise

📋 copy color: '#18FDDB'

red 24 ◦ green 253 ◦ blue 219

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

Shades of Bright Turquoise #18FDDB

Tints of Bright Turquoise #18FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.01%

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 4.84%
G = 51.01%
B = 44.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#18FDDB (or 0x18FDDB) is known color: Bright Turquoise. HEX triplet: 18, FD and DB. RGB value is (24,253,219). Sum of RGB (Red+Green+Blue) = 24+253+219=496 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.84% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #18FDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FDDB is #E70224. Grayscale: #B4B4B4. Windows color (decimal): -15139365 or 14417176. OLE color: 14417176.

HSL color Cylindrical-coordinate representation of color #18FDDB: hue angle of 171.09º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FDDB is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 253 219 -
CMYK 0.91 0 0.13 0.01
HSL 171.09º 0.98% 0.54% -
HSV(B) 171.09º 0.91% 0.99% -
XYZ 48.29 75.56 79.06 -
YUV 180.65 149.63 16.26 -
System Red Green Blue C M Y K H S L
Decimal 24 253 219 0.91 0 0.13 0.01 171.09 0.98 0.54
Hex 18 FD DB 5B 0 D 1 AB 62 36
Octal 30 375 333 133 0 15 1 253 142 66
Binary 11000 11111101 11011011 1011011 0 1101 1 10101011 1100010 110110

Color Harmonies of #18FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FDDB

Black with #18FDDB

Text Example


Text Example

White with #18FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,253,219); }

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

background-color css

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

 a { background-color: rgb(24,253,219); }

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

border-color css

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

 span { border-color: rgb(24,253,219); }

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