Html Css Color HEX #18EFF1 Bright Turquoise

📋 copy color: '#18EFF1'

red 24 ◦ green 239 ◦ blue 241

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

Shades of Bright Turquoise #18EFF1

Tints of Bright Turquoise #18EFF1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.42%

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

R = 4.76%
G = 47.42%
B = 47.82%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#18EFF1 (or 0x18EFF1) is known color: Bright Turquoise. HEX triplet: 18, EF and F1. RGB value is (24,239,241). Sum of RGB (Red+Green+Blue) = 24+239+241=504 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.76% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #18EFF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EFF1 is #E7100E. Grayscale: #AEAEAE. Windows color (decimal): -15142927 or 15855384. OLE color: 15855384.

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

Color convert

RGB 24 239 241 -
CMYK 0.90 0.01 0 0.05
HSL 180.55º 0.89% 0.52% -
HSV(B) 180.55º 0.9% 0.95% -
XYZ 47.12 68.28 93.91 -
YUV 174.94 165.27 20.34 -
System Red Green Blue C M Y K H S L
Decimal 24 239 241 0.90 0.01 0 0.05 180.55 0.89 0.52
Hex 18 EF F1 5A 1 0 5 B5 59 34
Octal 30 357 361 132 1 0 5 265 131 64
Binary 11000 11101111 11110001 1011010 1 0 101 10110101 1011001 110100

Color Harmonies of #18EFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EFF1

Black with #18EFF1

Text Example


Text Example

White with #18EFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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