Html Css Color HEX #12DCFA Bright Turquoise

📋 copy color: '#12DCFA'

red 18 ◦ green 220 ◦ blue 250

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

Shades of Bright Turquoise #12DCFA

Tints of Bright Turquoise #12DCFA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.08%

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 3.69%
G = 45.08%
B = 51.23%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12DCFA (or 0x12DCFA) is known color: Bright Turquoise. HEX triplet: 12, DC and FA. RGB value is (18,220,250). Sum of RGB (Red+Green+Blue) = 18+220+250=488 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.69% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #12DCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DCFA is #ED2305. Grayscale: #A2A2A2. Windows color (decimal): -15540998 or 16440338. OLE color: 16440338.

HSL color Cylindrical-coordinate representation of color #12DCFA: hue angle of 187.76º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12DCFA is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 220 250 -
CMYK 0.93 0.12 0 0.02
HSL 187.76º 0.96% 0.53% -
HSV(B) 187.76º 0.93% 0.98% -
XYZ 43.1 58.22 99.41 -
YUV 163.02 177.08 24.56 -
System Red Green Blue C M Y K H S L
Decimal 18 220 250 0.93 0.12 0 0.02 187.76 0.96 0.53
Hex 12 DC FA 5D C 0 2 BC 60 35
Octal 22 334 372 135 14 0 2 274 140 65
Binary 10010 11011100 11111010 1011101 1100 0 10 10111100 1100000 110101

Color Harmonies of #12DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DCFA

Black with #12DCFA

Text Example


Text Example

White with #12DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,220,250); }

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

background-color css

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

 a { background-color: rgb(18,220,250); }

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

border-color css

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

 span { border-color: rgb(18,220,250); }

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