Html Css Color HEX #18DAF1 Bright Turquoise

📋 copy color: '#18DAF1'

red 24 ◦ green 218 ◦ blue 241

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

Shades of Bright Turquoise #18DAF1

Tints of Bright Turquoise #18DAF1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.13%

 BLUE value IS 241 (94.53% from 255) = 49.9%

R = 4.97%
G = 45.13%
B = 49.9%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#18DAF1 (or 0x18DAF1) is known color: Bright Turquoise. HEX triplet: 18, DA and F1. RGB value is (24,218,241). Sum of RGB (Red+Green+Blue) = 24+218+241=483 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.97% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #18DAF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DAF1 is #E7250E. Grayscale: #A2A2A2. Windows color (decimal): -15148303 or 15850008. OLE color: 15850008.

HSL color Cylindrical-coordinate representation of color #18DAF1: hue angle of 186.36º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18DAF1 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 218 241 -
CMYK 0.90 0.10 0 0.05
HSL 186.36º 0.89% 0.52% -
HSV(B) 186.36º 0.9% 0.95% -
XYZ 41.33 56.69 91.98 -
YUV 162.62 172.23 29.13 -
System Red Green Blue C M Y K H S L
Decimal 24 218 241 0.90 0.10 0 0.05 186.36 0.89 0.52
Hex 18 DA F1 5A A 0 5 BA 59 34
Octal 30 332 361 132 12 0 5 272 131 64
Binary 11000 11011010 11110001 1011010 1010 0 101 10111010 1011001 110100

Color Harmonies of #18DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DAF1

Black with #18DAF1

Text Example


Text Example

White with #18DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,218,241); }

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

background-color css

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

 a { background-color: rgb(24,218,241); }

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

border-color css

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

 span { border-color: rgb(24,218,241); }

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