Html Css Color HEX #18DCF0 Bright Turquoise

📋 copy color: '#18DCF0'

red 24 ◦ green 220 ◦ blue 240

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

Shades of Bright Turquoise #18DCF0

Tints of Bright Turquoise #18DCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.59%

R = 4.96%
G = 45.45%
B = 49.59%

CMYK

 C value IS 0.9

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18DCF0 (or 0x18DCF0) is known color: Bright Turquoise. HEX triplet: 18, DC and F0. RGB value is (24,220,240). Sum of RGB (Red+Green+Blue) = 24+220+240=484 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.96% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #18DCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DCF0 is #E7230F. Grayscale: #A3A3A3. Windows color (decimal): -15147792 or 15784984. OLE color: 15784984.

HSL color Cylindrical-coordinate representation of color #18DCF0: hue angle of 185.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18DCF0 is Cyan = 0.9, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 220 240 -
CMYK 0.9 0.08 0 0.06
HSL 185.56º 0.88% 0.52% -
HSV(B) 185.56º 0.9% 0.94% -
XYZ 41.7 57.67 91.37 -
YUV 163.68 171.07 28.37 -
System Red Green Blue C M Y K H S L
Decimal 24 220 240 0.9 0.08 0 0.06 185.56 0.88 0.52
Hex 18 DC F0 5A 8 0 6 BA 58 34
Octal 30 334 360 132 10 0 6 272 130 64
Binary 11000 11011100 11110000 1011010 1000 0 110 10111010 1011000 110100

Color Harmonies of #18DCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DCF0

Black with #18DCF0

Text Example


Text Example

White with #18DCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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