Html Css Color HEX #18DAF2 Bright Turquoise

📋 copy color: '#18DAF2'

red 24 ◦ green 218 ◦ blue 242

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

Shades of Bright Turquoise #18DAF2

Tints of Bright Turquoise #18DAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50%

R = 4.96%
G = 45.04%
B = 50%

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

#18DAF2 (or 0x18DAF2) is known color: Bright Turquoise. HEX triplet: 18, DA and F2. RGB value is (24,218,242). Sum of RGB (Red+Green+Blue) = 24+218+242=484 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.96% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #18DAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DAF2 is #E7250D. Grayscale: #A2A2A2. Windows color (decimal): -15148302 or 15915544. OLE color: 15915544.

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

Color convert

RGB 24 218 242 -
CMYK 0.90 0.10 0 0.05
HSL 186.61º 0.89% 0.52% -
HSV(B) 186.61º 0.9% 0.95% -
XYZ 41.48 56.75 92.77 -
YUV 162.73 172.73 29.05 -
System Red Green Blue C M Y K H S L
Decimal 24 218 242 0.90 0.10 0 0.05 186.61 0.89 0.52
Hex 18 DA F2 5A A 0 5 BB 59 34
Octal 30 332 362 132 12 0 5 273 131 64
Binary 11000 11011010 11110010 1011010 1010 0 101 10111011 1011001 110100

Color Harmonies of #18DAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DAF2

Black with #18DAF2

Text Example


Text Example

White with #18DAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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