Html Css Color HEX #12DAF2 Bright Turquoise

📋 copy color: '#12DAF2'

red 18 ◦ green 218 ◦ blue 242

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

Shades of Bright Turquoise #12DAF2

Tints of Bright Turquoise #12DAF2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.61%

 BLUE value IS 242 (94.92% from 255) = 50.63%

R = 3.77%
G = 45.61%
B = 50.63%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#12DAF2 (or 0x12DAF2) is known color: Bright Turquoise. HEX triplet: 12, DA and F2. RGB value is (18,218,242). Sum of RGB (Red+Green+Blue) = 18+218+242=478 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.77% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #12DAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DAF2 is #ED250D. Grayscale: #A0A0A0. Windows color (decimal): -15541518 or 15915538. OLE color: 15915538.

HSL color Cylindrical-coordinate representation of color #12DAF2: hue angle of 186.43º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12DAF2 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 218 242 -
CMYK 0.93 0.10 0 0.05
HSL 186.43º 0.9% 0.51% -
HSV(B) 186.43º 0.93% 0.95% -
XYZ 41.35 56.68 92.77 -
YUV 160.94 173.74 26.05 -
System Red Green Blue C M Y K H S L
Decimal 18 218 242 0.93 0.10 0 0.05 186.43 0.9 0.51
Hex 12 DA F2 5D A 0 5 BA 5A 33
Octal 22 332 362 135 12 0 5 272 132 63
Binary 10010 11011010 11110010 1011101 1010 0 101 10111010 1011010 110011

Color Harmonies of #12DAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DAF2

Black with #12DAF2

Text Example


Text Example

White with #12DAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,218,242); }

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

background-color css

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

 a { background-color: rgb(18,218,242); }

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

border-color css

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

 span { border-color: rgb(18,218,242); }

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