Html Css Color HEX #18DFFB Bright Turquoise

📋 copy color: '#18DFFB'

red 24 ◦ green 223 ◦ blue 251

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

Shades of Bright Turquoise #18DFFB

Tints of Bright Turquoise #18DFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.4%

R = 4.82%
G = 44.78%
B = 50.4%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18DFFB (or 0x18DFFB) is known color: Bright Turquoise. HEX triplet: 18, DF and FB. RGB value is (24,223,251). Sum of RGB (Red+Green+Blue) = 24+223+251=498 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.82% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #18DFFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DFFB is #E72004. Grayscale: #A6A6A6. Windows color (decimal): -15147013 or 16506648. OLE color: 16506648.

HSL color Cylindrical-coordinate representation of color #18DFFB: hue angle of 187.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18DFFB is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 223 251 -
CMYK 0.90 0.11 0 0.02
HSL 187.4º 0.97% 0.54% -
HSV(B) 187.4º 0.9% 0.98% -
XYZ 44.18 59.93 100.51 -
YUV 166.69 175.57 26.22 -
System Red Green Blue C M Y K H S L
Decimal 24 223 251 0.90 0.11 0 0.02 187.4 0.97 0.54
Hex 18 DF FB 5A B 0 2 BB 61 36
Octal 30 337 373 132 13 0 2 273 141 66
Binary 11000 11011111 11111011 1011010 1011 0 10 10111011 1100001 110110

Color Harmonies of #18DFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DFFB

Black with #18DFFB

Text Example


Text Example

White with #18DFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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