Html Css Color HEX #18F2EB Bright Turquoise

📋 copy color: '#18F2EB'

red 24 ◦ green 242 ◦ blue 235

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

Shades of Bright Turquoise #18F2EB

Tints of Bright Turquoise #18F2EB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.3%

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 4.79%
G = 48.3%
B = 46.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#18F2EB (or 0x18F2EB) is known color: Bright Turquoise. HEX triplet: 18, F2 and EB. RGB value is (24,242,235). Sum of RGB (Red+Green+Blue) = 24+242+235=501 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.79% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #18F2EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F2EB is #E70D14. Grayscale: #AFAFAF. Windows color (decimal): -15142165 or 15462936. OLE color: 15462936.

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

Color convert

RGB 24 242 235 -
CMYK 0.90 0 0.03 0.05
HSL 178.07º 0.89% 0.52% -
HSV(B) 178.07º 0.9% 0.95% -
XYZ 47.12 69.7 89.57 -
YUV 176.02 161.28 19.57 -
System Red Green Blue C M Y K H S L
Decimal 24 242 235 0.90 0 0.03 0.05 178.07 0.89 0.52
Hex 18 F2 EB 5A 0 3 5 B2 59 34
Octal 30 362 353 132 0 3 5 262 131 64
Binary 11000 11110010 11101011 1011010 0 11 101 10110010 1011001 110100

Color Harmonies of #18F2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F2EB

Black with #18F2EB

Text Example


Text Example

White with #18F2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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