Html Css Color HEX #12FCFF Aqua

📋 copy color: '#12FCFF'

red 18 ◦ green 252 ◦ blue 255

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

Shades of Aqua #12FCFF

Tints of Aqua #12FCFF

RGB

 RED value IS 18 (7.42% from 255) = 3.43%

 GREEN value IS 252 (98.83% from 255) = 48%

 BLUE value IS 255 (100% from 255) = 48.57%

R = 3.43%
G = 48%
B = 48.57%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#12FCFF (or 0x12FCFF) is known color: Aqua. HEX triplet: 12, FC and FF. RGB value is (18,252,255). Sum of RGB (Red+Green+Blue) = 18+252+255=525 (69% of max value = 765). Red value is 18 (7.42% from 255 or 3.43% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #12FCFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FCFF is #ED0300. Grayscale: #B6B6B6. Windows color (decimal): -15532801 or 16776210. OLE color: 16776210.

HSL color Cylindrical-coordinate representation of color #12FCFF: hue angle of 180.76º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FCFF is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 252 255 -
CMYK 0.93 0.01 0 0
HSL 180.76º 1% 0.54% -
HSV(B) 180.76º 0.93% 1% -
XYZ 53.11 76.97 106.67 -
YUV 182.38 168.98 10.76 -
System Red Green Blue C M Y K H S L
Decimal 18 252 255 0.93 0.01 0 0 180.76 1 0.54
Hex 12 FC FF 5D 1 0 0 B5 64 36
Octal 22 374 377 135 1 0 0 265 144 66
Binary 10010 11111100 11111111 1011101 1 0 0 10110101 1100100 110110

Color Harmonies of #12FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FCFF

Black with #12FCFF

Text Example


Text Example

White with #12FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12FCFF; }

 p { color: rgb(18,252,255); }

 H1.HeaderClassName
 {
   color: #12FCFF;
 }
 .AnyTagClassName
 {
   color: #12FCFF;
 }
</style>

background-color css

<style>
 a { background-color: #12FCFF; }

 a { background-color: rgb(18,252,255); }

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

border-color css

<style>
 span { border-color: #12FCFF; }

 span { border-color: rgb(18,252,255); }

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