Html Css Color HEX #18EBEC Bright Turquoise

📋 copy color: '#18EBEC'

red 24 ◦ green 235 ◦ blue 236

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

Shades of Bright Turquoise #18EBEC

Tints of Bright Turquoise #18EBEC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.47%

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 4.85%
G = 47.47%
B = 47.68%

CMYK

 C value IS 0.90

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18EBEC (or 0x18EBEC) is known color: Bright Turquoise. HEX triplet: 18, EB and EC. RGB value is (24,235,236). Sum of RGB (Red+Green+Blue) = 24+235+236=495 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.85% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #18EBEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EBEC is #E71413. Grayscale: #ABABAB. Windows color (decimal): -15143956 or 15526680. OLE color: 15526680.

HSL color Cylindrical-coordinate representation of color #18EBEC: hue angle of 180.28º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EBEC is Cyan = 0.90, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 235 236 -
CMYK 0.90 0.00 0 0.07
HSL 180.28º 0.85% 0.51% -
HSV(B) 180.28º 0.9% 0.93% -
XYZ 45.23 65.67 89.65 -
YUV 172.03 164.1 22.42 -
System Red Green Blue C M Y K H S L
Decimal 24 235 236 0.90 0.00 0 0.07 180.28 0.85 0.51
Hex 18 EB EC 5A 0 0 7 B4 55 33
Octal 30 353 354 132 0 0 7 264 125 63
Binary 11000 11101011 11101100 1011010 0 0 111 10110100 1010101 110011

Color Harmonies of #18EBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EBEC

Black with #18EBEC

Text Example


Text Example

White with #18EBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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