Html Css Color HEX #12FDFF Aqua

📋 copy color: '#12FDFF'

red 18 ◦ green 253 ◦ blue 255

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

Shades of Aqua #12FDFF

Tints of Aqua #12FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.1%

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

R = 3.42%
G = 48.1%
B = 48.48%

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

#12FDFF (or 0x12FDFF) is known color: Aqua. HEX triplet: 12, FD and FF. RGB value is (18,253,255). Sum of RGB (Red+Green+Blue) = 18+253+255=526 (69% of max value = 765). Red value is 18 (7.42% from 255 or 3.42% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #12FDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FDFF is #ED0200. Grayscale: #B6B6B6. Windows color (decimal): -15532545 or 16776466. OLE color: 16776466.

HSL color Cylindrical-coordinate representation of color #12FDFF: hue angle of 180.51º 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 #12FDFF is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 253 255 -
CMYK 0.93 0.01 0 0
HSL 180.51º 1% 0.54% -
HSV(B) 180.51º 0.93% 1% -
XYZ 53.42 77.6 106.77 -
YUV 182.96 168.64 10.34 -
System Red Green Blue C M Y K H S L
Decimal 18 253 255 0.93 0.01 0 0 180.51 1 0.54
Hex 12 FD FF 5D 1 0 0 B5 64 36
Octal 22 375 377 135 1 0 0 265 144 66
Binary 10010 11111101 11111111 1011101 1 0 0 10110101 1100100 110110

Color Harmonies of #12FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FDFF

Black with #12FDFF

Text Example


Text Example

White with #12FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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