Html Css Color HEX #18DCFB Bright Turquoise

📋 copy color: '#18DCFB'

red 24 ◦ green 220 ◦ blue 251

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

Shades of Bright Turquoise #18DCFB

Tints of Bright Turquoise #18DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.44%

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

R = 4.85%
G = 44.44%
B = 50.71%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18DCFB (or 0x18DCFB) is known color: Bright Turquoise. HEX triplet: 18, DC and FB. RGB value is (24,220,251). Sum of RGB (Red+Green+Blue) = 24+220+251=495 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.85% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #18DCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DCFB is #E72304. Grayscale: #A4A4A4. Windows color (decimal): -15147781 or 16505880. OLE color: 16505880.

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

Color convert

RGB 24 220 251 -
CMYK 0.90 0.12 0 0.02
HSL 188.19º 0.97% 0.54% -
HSV(B) 188.19º 0.9% 0.98% -
XYZ 43.38 58.35 100.24 -
YUV 164.93 176.57 27.48 -
System Red Green Blue C M Y K H S L
Decimal 24 220 251 0.90 0.12 0 0.02 188.19 0.97 0.54
Hex 18 DC FB 5A C 0 2 BC 61 36
Octal 30 334 373 132 14 0 2 274 141 66
Binary 11000 11011100 11111011 1011010 1100 0 10 10111100 1100001 110110

Color Harmonies of #18DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DCFB

Black with #18DCFB

Text Example


Text Example

White with #18DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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