Html Css Color HEX #18DCF8 Bright Turquoise

📋 copy color: '#18DCF8'

red 24 ◦ green 220 ◦ blue 248

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

Shades of Bright Turquoise #18DCF8

Tints of Bright Turquoise #18DCF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.41%

R = 4.88%
G = 44.72%
B = 50.41%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#18DCF8 (or 0x18DCF8) is known color: Bright Turquoise. HEX triplet: 18, DC and F8. RGB value is (24,220,248). Sum of RGB (Red+Green+Blue) = 24+220+248=492 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.88% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #18DCF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DCF8 is #E72307. Grayscale: #A4A4A4. Windows color (decimal): -15147784 or 16309272. OLE color: 16309272.

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

Color convert

RGB 24 220 248 -
CMYK 0.90 0.11 0 0.03
HSL 187.5º 0.94% 0.53% -
HSV(B) 187.5º 0.9% 0.97% -
XYZ 42.91 58.16 97.77 -
YUV 164.59 175.07 27.72 -
System Red Green Blue C M Y K H S L
Decimal 24 220 248 0.90 0.11 0 0.03 187.5 0.94 0.53
Hex 18 DC F8 5A B 0 3 BC 5E 35
Octal 30 334 370 132 13 0 3 274 136 65
Binary 11000 11011100 11111000 1011010 1011 0 11 10111100 1011110 110101

Color Harmonies of #18DCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DCF8

Black with #18DCF8

Text Example


Text Example

White with #18DCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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