Html Css Color HEX #18DBF1 Bright Turquoise

📋 copy color: '#18DBF1'

red 24 ◦ green 219 ◦ blue 241

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

Shades of Bright Turquoise #18DBF1

Tints of Bright Turquoise #18DBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.25%

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

R = 4.96%
G = 45.25%
B = 49.79%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#18DBF1 (or 0x18DBF1) is known color: Bright Turquoise. HEX triplet: 18, DB and F1. RGB value is (24,219,241). Sum of RGB (Red+Green+Blue) = 24+219+241=484 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.96% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #18DBF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DBF1 is #E7240E. Grayscale: #A2A2A2. Windows color (decimal): -15148047 or 15850264. OLE color: 15850264.

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

Color convert

RGB 24 219 241 -
CMYK 0.90 0.09 0 0.05
HSL 186.08º 0.89% 0.52% -
HSV(B) 186.08º 0.9% 0.95% -
XYZ 41.59 57.21 92.07 -
YUV 163.2 171.9 28.71 -
System Red Green Blue C M Y K H S L
Decimal 24 219 241 0.90 0.09 0 0.05 186.08 0.89 0.52
Hex 18 DB F1 5A 9 0 5 BA 59 34
Octal 30 333 361 132 11 0 5 272 131 64
Binary 11000 11011011 11110001 1011010 1001 0 101 10111010 1011001 110100

Color Harmonies of #18DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DBF1

Black with #18DBF1

Text Example


Text Example

White with #18DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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