Html Css Color HEX #18ECCF Bright Turquoise

📋 copy color: '#18ECCF'

red 24 ◦ green 236 ◦ blue 207

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

Shades of Bright Turquoise #18ECCF

Tints of Bright Turquoise #18ECCF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.54%

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 5.14%
G = 50.54%
B = 44.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#18ECCF (or 0x18ECCF) is known color: Bright Turquoise. HEX triplet: 18, EC and CF. RGB value is (24,236,207). Sum of RGB (Red+Green+Blue) = 24+236+207=467 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.14% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #18ECCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18ECCF is #E71330. Grayscale: #A9A9A9. Windows color (decimal): -15143729 or 13626392. OLE color: 13626392.

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

Color convert

RGB 24 236 207 -
CMYK 0.90 0 0.12 0.07
HSL 171.79º 0.85% 0.51% -
HSV(B) 171.79º 0.9% 0.93% -
XYZ 41.63 64.69 69.32 -
YUV 169.31 149.26 24.36 -
System Red Green Blue C M Y K H S L
Decimal 24 236 207 0.90 0 0.12 0.07 171.79 0.85 0.51
Hex 18 EC CF 5A 0 C 7 AC 55 33
Octal 30 354 317 132 0 14 7 254 125 63
Binary 11000 11101100 11001111 1011010 0 1100 111 10101100 1010101 110011

Color Harmonies of #18ECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ECCF

Black with #18ECCF

Text Example


Text Example

White with #18ECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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