Html Css Color HEX #12D6E6 Bright Turquoise

📋 copy color: '#12D6E6'

red 18 ◦ green 214 ◦ blue 230

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

Shades of Bright Turquoise #12D6E6

Tints of Bright Turquoise #12D6E6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.32%

 BLUE value IS 230 (90.23% from 255) = 49.78%

R = 3.9%
G = 46.32%
B = 49.78%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#12D6E6 (or 0x12D6E6) is known color: Bright Turquoise. HEX triplet: 12, D6 and E6. RGB value is (18,214,230). Sum of RGB (Red+Green+Blue) = 18+214+230=462 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #12D6E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D6E6 is #ED2919. Grayscale: #9C9C9C. Windows color (decimal): -15542554 or 15128082. OLE color: 15128082.

HSL color Cylindrical-coordinate representation of color #12D6E6: hue angle of 184.53º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D6E6 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 214 230 -
CMYK 0.92 0.07 0 0.10
HSL 184.53º 0.85% 0.49% -
HSV(B) 184.53º 0.92% 0.9% -
XYZ 38.58 53.93 83.24 -
YUV 157.22 169.07 28.7 -
System Red Green Blue C M Y K H S L
Decimal 18 214 230 0.92 0.07 0 0.10 184.53 0.85 0.49
Hex 12 D6 E6 5C 7 0 A B9 55 31
Octal 22 326 346 134 7 0 12 271 125 61
Binary 10010 11010110 11100110 1011100 111 0 1010 10111001 1010101 110001

Color Harmonies of #12D6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D6E6

Black with #12D6E6

Text Example


Text Example

White with #12D6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,214,230); }

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

background-color css

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

 a { background-color: rgb(18,214,230); }

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

border-color css

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

 span { border-color: rgb(18,214,230); }

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